[PATCH] fix subarch breakage in amd dual core updates
authorJames Bottomley <James.Bottomley@SteelEye.com>
Thu, 21 Apr 2005 23:20:35 +0000 (16:20 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 21 Apr 2005 23:20:35 +0000 (16:20 -0700)
commit1cff94c6fecdc54d6f022ae5a22888f8272804a1
tree42fbf4cd2a674d83e2363bab0729ca13b0aeae0a
parent62b56faa43a7e672e659d14f38f553ed8b40ea70
[PATCH] fix subarch breakage in amd dual core updates

The patch to arch/i386/kernel/cpu/amd.c relies on the variable
cpu_core_id which is defined in i386/kernel/smpboot.c.  This means it is
only present if CONFIG_X86_SMP is defined, not CONFIG_SMP (alternative
SMP harnesses won't have it, which is why it breaks voyager).

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/amd.c