KAMEZAWA Hiroyuki 676ff453e5 [PATCH] for_each_possible_cpu: x86_64
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>
Acked-by: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-19 09:13:49 -07:00
..
2005-09-12 10:50:56 -07:00
2006-01-12 09:08:51 -08:00
2005-11-14 19:55:13 -08:00
2006-01-18 19:20:31 -08:00
2006-01-12 09:08:51 -08:00
2006-01-11 19:04:55 -08:00
2006-01-10 08:01:34 -08:00
2006-01-10 08:01:40 -08:00
2006-03-31 12:18:55 -08:00
2006-02-15 15:32:22 -08:00
2006-01-07 03:50:18 -05:00
2005-10-30 17:37:13 -08:00
2006-04-11 06:18:39 -07:00
2006-04-19 09:13:49 -07:00
2006-03-25 09:10:52 -08:00