cpumask: remove __first_cpu / __next_cpu
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 18 Apr 2015 01:48:27 +0000 (11:18 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 19 Apr 2015 05:05:32 +0000 (14:35 +0930)
They were for use by the deprecated first_cpu() and next_cpu() wrappers,
but sparc used them directly.

They're now replaced by cpumask_first / cpumask_next.  And __next_cpu_nr
is completely obsolete.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/time_32.c
lib/cpumask.c

Simple merge
diff --cc lib/cpumask.c
Simple merge