]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] voyager: fix the cpu_possible_map to make voyager boot again
authorJames Bottomley <James.Bottomley@SteelEye.com>
Fri, 24 Feb 2006 21:04:11 +0000 (13:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Feb 2006 22:31:38 +0000 (14:31 -0800)
commit001c4a8395175b77a6488a1e7bf9084ad63c129f
treecf5942e34eb09d6b7a0ba4db837d528f4eda272c
parent154b28f7511ff3c20e43211e6c2fd6d29d0b2d4b
[PATCH] voyager: fix the cpu_possible_map to make voyager boot again

Right at the moment (thanks to a patch from Andrew), cpu_possible_map on
voyager is CPU_MASK_NONE, which means the machine always thinks it has no
CPUs.  Fix that by doing an early initialisation of the cpu_possible_map
from the cpu_phys_present_map.

(akpm: we aim to please)

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mach-voyager/voyager_smp.c