Revision 2ddb55f091a9c74a297d72b50f8310c0c8ed7d1d authored by Ravikiran G Thirumalai on 17 January 2006, 06:03:47 UTC, committed by Linus Torvalds on 17 January 2006, 07:18:35 UTC
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>
1 parent c09b424
History
File Mode Size
aty128.h -rw-r--r-- 13.3 KB
cirrus.h -rw-r--r-- 5.6 KB
cvisionppc.h -rw-r--r-- 1.5 KB
cyblafb.h -rw-r--r-- 3.8 KB
edid.h -rw-r--r-- 298 bytes
epson1355.h -rw-r--r-- 2.4 KB
gbe.h -rw-r--r-- 10.5 KB
iga.h -rw-r--r-- 787 bytes
kyro.h -rw-r--r-- 2.4 KB
mach64.h -rw-r--r-- 47.1 KB
maxinefb.h -rw-r--r-- 1.2 KB
neomagic.h -rw-r--r-- 5.2 KB
newport.h -rw-r--r-- 18.6 KB
permedia2.h -rw-r--r-- 8.1 KB
pm3fb.h -rw-r--r-- 54.1 KB
pmag-ba-fb.h -rw-r--r-- 1.0 KB
pmagb-b-fb.h -rw-r--r-- 2.3 KB
radeon.h -rw-r--r-- 109.4 KB
s1d13xxxfb.h -rw-r--r-- 9.7 KB
s3blit.h -rw-r--r-- 2.1 KB
sgivw.h -rw-r--r-- 24.2 KB
sisfb.h -rw-r--r-- 7.7 KB
sstfb.h -rw-r--r-- 11.0 KB
tdfx.h -rw-r--r-- 5.7 KB
tgafb.h -rw-r--r-- 6.0 KB
trident.h -rw-r--r-- 3.9 KB
tx3912.h -rw-r--r-- 2.0 KB
vga.h -rw-r--r-- 14.2 KB
w100fb.h -rw-r--r-- 3.7 KB

back to top