diff options
| author | Andrew Morton <[email protected]> | 2006-02-10 01:51:08 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-02-10 08:13:12 -0800 |
| commit | 7a8ef1cb774e5438d292365626f9b96616283706 (patch) | |
| tree | 82d085204e8728d28a5267fb39aa2e26ea8824c9 /scripts/basic/split-include.c | |
| parent | 705672935f8a9e661264e34cd8c409e8cddcc7db (diff) | |
[PATCH] x86: don't initialise cpu_possible_map to all ones
Initialising cpu_possible_map to all-ones with CONFIG_HOTPLUG_CPU means that
a) All for_each_cpu() loops will iterate across all NR_CPUS CPUs, rather
than over possible ones. That can be quite expensive.
b) Soon we'll be allocating per-cpu areas only for possible CPUs. So with
CPU_MASK_ALL, we'll be wasting memory.
I also switched voyager over to not use CPU_MASK_ALL in the non-CPU-hotplug
case. Should be OK..
I note that parisc is also using CPU_MASK_ALL. Suggest that it stop doing
that.
Cc: James Bottomley <[email protected]>
Cc: Kyle McMartin <[email protected]>
Cc: Paul Jackson <[email protected]>
Cc: Ashok Raj <[email protected]>
Cc: Zwane Mwaikambo <[email protected]>
Cc: Paul Jackson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/split-include.c')
0 files changed, 0 insertions, 0 deletions