From: Ravikiran G Thirumalai Date: Tue, 17 Jan 2006 06:03:47 +0000 (+0100) Subject: [PATCH] x86_64: Fix VSMP build X-Git-Tag: v2.6.16-rc1~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddb55f091a9c74a297d72b50f8310c0c8ed7d1d;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed