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)
  * 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>

No differences found