cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu

Previous thread: cpumask: export cpumask_of_cpu_map by Linux Kernel Mailing List on Monday, July 28, 2008 - 3:59 pm. (1 message)

Next thread: cpu masks: optimize and clean up cpumask_of_cpu() by Linux Kernel Mailing List on Monday, July 28, 2008 - 3:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Monday, July 28, 2008 - 3:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bc3cc...
Commit:     0bc3cc03fa6e1c20aecb5a33356bcaae410640b9
Parent:     6524d938b3360504b43a1278b5a8403e85383d1a
Author:     Mike Travis <travis@sgi.com>
AuthorDate: Thu Jul 24 18:21:31 2008 -0700
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Sat Jul 26 16:40:33 2008 +0200

    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>
---
 arch/x86/kernel/acpi/cstate.c                    |    3 +--
 arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c       |   10 +++-------
 arch/x86/kernel/cpu/cpufreq/powernow-k8.c        |   15 +++++----------
 arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c |   12 ++++--------
 arch/x86/kernel/cpu/cpufreq/speedstep-ich.c      |    3 +--
 arch/x86/kernel/cpu/intel_cacheinfo.c            |    3 +--
 arch/x86/kernel/ldt.c                            |    6 ++----
 arch/x86/kernel/microcode.c                      |   17 +++++------------
 arch/x86/kernel/reboot.c                         |   11 +++--------
 drivers/acpi/processor_throttling.c              |   11 +++--------
 drivers/firmware/dcdbas.c                        |    3 +--
 drivers/misc/sgi-xp/xpc_main.c                   |    3 +--
 kernel/stop_machine.c                            |    3 +--
 kernel/time/tick-common.c                        |    8 +++-----
 kernel/trace/trace_sysprof.c                     |    4 +---
 lib/smp_processor_id.c                           |    5 +----
 net/sunrpc/svc.c                                 |    3 +--
 17 files changed, 37 insertions(+), 83 ...
Previous thread: cpumask: export cpumask_of_cpu_map by Linux Kernel Mailing List on Monday, July 28, 2008 - 3:59 pm. (1 message)

Next thread: cpu masks: optimize and clean up cpumask_of_cpu() by Linux Kernel Mailing List on Monday, July 28, 2008 - 3:59 pm. (1 message)