]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Fix VSMP build
authorRavikiran G Thirumalai <kiran@scalex86.org>
Tue, 17 Jan 2006 06:03:47 +0000 (07:03 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:18:35 +0000 (23:18 -0800)
commit32194673428e783654a44502ddf34232d6262c23
treec2389badfdb028dc30bbd0948c16ff25e2a77c27
parent0b1bcf54fc67a8613f9f77e213a082dba34720f7
[PATCH] x86_64: Fix VSMP build

Patch fixes a build problem with CONFIG_X86_VSMP.  The vSMP bits probably

gathered some fuzz on its way to mainline, and safe_halt() which was outside
the #endif (CONFIG_X86_VSMP) somehow got inside the !CONFIG_X86_VSMP condition,
hence being undefined and breaking CONFIG_X86_VSMP builds.  Patch takes
safe_halt() and halt() macros out of the #endif

Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/system.h