KAMEZAWA Hiroyuki 036999d501 [ARM] for_each_possible_cpu
for_each_cpu() actually iterates across all possible CPUs.  We've had mistakes
in the past where people were using for_each_cpu() where they should have been
iterating across only online or present CPUs.  This is inefficient and
possibly buggy.

We're renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the
future.

This patch replaces for_each_cpu with for_each_possible_cpu.

Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-04-20 21:48:02 +01:00
..
2006-03-21 22:06:17 +00:00
2005-10-30 17:37:32 -08:00
2006-03-27 14:58:25 +01:00
2006-03-27 14:58:25 +01:00
2006-03-28 22:05:10 +01:00
2005-04-16 15:20:36 -07:00
2006-03-22 10:22:58 +00:00
2005-04-16 15:20:36 -07:00
2006-03-31 12:19:01 -08:00
2006-03-15 14:57:13 +00:00
2005-04-16 15:20:36 -07:00
2006-04-20 21:48:02 +01:00
2006-03-28 22:05:10 +01:00