commit | e4afa120c98252e44390067c3a6cc775cde30659 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sat Apr 18 11:18:27 2015 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sun Apr 19 14:35:32 2015 +0930 |
tree | ce3183fd639683531c6dfc37e018f8c3030c3a97 | |
parent | 1527781d228cd88af6c2f78c13a9cb43b3f69f30 [diff] |
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>