diff options
| author | KAMEZAWA Hiroyuki <[email protected]> | 2006-03-31 02:30:02 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-03-31 12:18:50 -0800 |
| commit | bc83db4f006fcf9e9502a002b4bd448fc4511d04 (patch) | |
| tree | 6c1e026d920a7c30610cf2bead99ef98acc9aa4e /scripts/basic | |
| parent | 78c997a4be7d1ed3ff4c27f23d30a0185d39bcbf (diff) | |
[PATCH] for_each_possible_cpu: sh
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]>
Cc: Paul Mundt <[email protected]>
Cc: Kazumoto Kojima <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions