| From: |
| Mike Travis <travis@sgi.com> |
| To: |
| Ingo Molnar <mingo@redhat.com> |
| Subject: |
| [PATCH 0/8] x86 cpumask: update more code to use new cpumask API |
| Date: |
| Thu, 18 Dec 2008 16:00:29 -0800 |
| Message-ID: |
| <20081219000029.540121000@polaris-admin.engr.sgi.com> |
| Cc: |
| Rusty Russell <rusty@rustcorp.com.au>, linux-kernel@vger.kernel.org |
| Archive‑link: | |
Article |
Patches for review only. Will be pushed via one git conduit or another.
Pulled the following patches from:
http://ozlabs.org/~rusty/kernel/rr-2008-12-18-1.tar.bz2
(*) x86:speedstep-centrino-cleanup.patch
cpumask:get-rid-of-CPUMASK_ALLOC-x86.patch
cpumask:convert-acpi_processor-structs.patch
cpumask:convert-drivers_acpi.patch
cpumask:more-work_on_cpu.patch
x86:use-cpumask_var_t-in-acpi_boot.c
cpumask:percpu_alloc-nmi.patch
cpumask:percpu_alloc-mce_64.patch
... and built/tested on x86_64
(* - already in linux-next/rr)
In addition, the following are OBSOLETE:
x86:use-cpumask_next_zero.patch
x86:io_apic-leak-fix.patch
x86:add-NR_CPUS-sysfs
The files are either x86 or generic:
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/cstate.c
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
arch/x86/kernel/cpu/cpufreq/powernow-k8.c
arch/x86/kernel/cpu/cpufreq/powernow-k8.h
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
arch/x86/kernel/cpu/cpufreq/speedstep-ich.c
arch/x86/kernel/cpu/mcheck/mce_64.c
arch/x86/kernel/cpu/mcheck/mce_amd_64.c
arch/x86/kernel/nmi.c
drivers/acpi/processor_core.c
drivers/acpi/processor_perflib.c
drivers/acpi/processor_throttling.c
drivers/cpufreq/cpufreq.c
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_ondemand.c
include/acpi/processor.h
include/linux/cpufreq.h
--