From: Rusty Russell Date: Sat, 18 Apr 2015 01:48:27 +0000 (+0930) Subject: cpumask: remove __first_cpu / __next_cpu X-Git-Tag: omap-for-v4.1/fixes-rc1~84^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4afa120c98252e44390067c3a6cc775cde30659;p=pandora-kernel.git 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 Acked-by: David S. Miller --- Reading git-diff-tree failed