aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKAMEZAWA Hiroyuki <[email protected]>2006-04-18 22:20:21 -0700
committerLinus Torvalds <[email protected]>2006-04-19 09:13:49 -0700
commit676ff453e58c5ff7ddbfebf5a11142e3e4add161 (patch)
tree73dd2d5fa0baa38be1357947b0a90b013b14115f /scripts
parent5e85d4abe3f43bb5362f384bab0e20ef082ce0b5 (diff)
[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 <[email protected]> Acked-by: Andi Kleen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions