https://github.com/torvalds/linux
Revision 9733e2407ad2237867cb13c04e7d619397fa3090 authored by Heiko Carstens on 12 February 2006, 01:56:00 UTC, committed by Linus Torvalds on 12 February 2006, 05:41:12 UTC
Initiliazing of cpu_possible_map was done in smp_prepare_cpus which is way too
late.  Therefore assign a static value to cpu_possible_map, since we don't
have access to max_cpus in setup_arch.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 25fab9e
History
Tip revision: 9733e2407ad2237867cb13c04e7d619397fa3090 authored by Heiko Carstens on 12 February 2006, 01:56:00 UTC
[PATCH] s390: earlier initialization of cpu_possible_map
Tip revision: 9733e24
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 65.9 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top