diff options
| author | Eric Dumazet <[email protected]> | 2006-02-04 23:27:36 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-02-05 11:06:51 -0800 |
| commit | 88a2a4ac6b671a4b0dd5d2d762418904c05f4104 (patch) | |
| tree | 8c30052a0d7fadec37c785a42a71b28d0a9c5fcf /scripts/basic | |
| parent | cef5076987dd545ac74f4efcf1c962be8eac34b0 (diff) | |
[PATCH] percpu data: only iterate over possible CPUs
percpu_data blindly allocates bootmem memory to store NR_CPUS instances of
cpudata, instead of allocating memory only for possible cpus.
As a preparation for changing that, we need to convert various 0 -> NR_CPUS
loops to use for_each_cpu().
(The above only applies to users of asm-generic/percpu.h. powerpc has gone it
alone and is presently only allocating memory for present CPUs, so it's
currently corrupting memory).
Signed-off-by: Eric Dumazet <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: James Bottomley <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Anton Blanchard <[email protected]>
Acked-by: William Irwin <[email protected]>
Cc: Andi Kleen <[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