]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commite4afa120c98252e44390067c3a6cc775cde30659
treece3183fd639683531c6dfc37e018f8c3030c3a97
parent1527781d228cd88af6c2f78c13a9cb43b3f69f30
cpumask: remove __first_cpu / __next_cpu

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