From: James Bottomley Date: Thu, 21 Apr 2005 23:20:35 +0000 (-0700) Subject: [PATCH] fix subarch breakage in amd dual core updates X-Git-Tag: v2.6.12-rc4~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cff94c6fecdc54d6f022ae5a22888f8272804a1;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed