cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
authorMike Travis <travis@sgi.com>
Fri, 25 Jul 2008 01:21:31 +0000 (18:21 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Jul 2008 14:40:33 +0000 (16:40 +0200)
commit0bc3cc03fa6e1c20aecb5a33356bcaae410640b9
tree7dab4b0002298b45e31053fe0f37e5ff745682b7
parent6524d938b3360504b43a1278b5a8403e85383d1a
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu

  * Replace previous instances of the cpumask_of_cpu_ptr* macros
    with a the new (lvalue capable) generic cpumask_of_cpu().

Signed-off-by: Mike Travis <travis@sgi.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jack Steiner <steiner@sgi.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
17 files changed:
arch/x86/kernel/acpi/cstate.c
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
arch/x86/kernel/cpu/cpufreq/powernow-k8.c
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
arch/x86/kernel/cpu/cpufreq/speedstep-ich.c
arch/x86/kernel/cpu/intel_cacheinfo.c
arch/x86/kernel/ldt.c
arch/x86/kernel/microcode.c
arch/x86/kernel/reboot.c
drivers/acpi/processor_throttling.c
drivers/firmware/dcdbas.c
drivers/misc/sgi-xp/xpc_main.c
kernel/stop_machine.c
kernel/time/tick-common.c
kernel/trace/trace_sysprof.c
lib/smp_processor_id.c
net/sunrpc/svc.c