commit | 7abea9214585823f7f19d91872d7c6f8874bef9a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 25 13:39:56 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Feb 26 19:36:00 2006 -0800 |
tree | e7861664ee1596ed226725005d6b41a7b0edc447 | |
parent | 043df59eb3798c094e6ba47136f3d3b34a6791a7 [diff] |
[SPARC64]: Make cpu_present_map available earlier. The change to kernel/sched.c's init code to use for_each_cpu() requires that the cpu_possible_map be setup much earlier. Set it up via setup_arch(), constrained to NR_CPUS, and later constrain it to max_cpus in smp_prepare_cpus(). This fixes SMP booting on sparc64. Signed-off-by: David S. Miller <davem@davemloft.net>