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
iscsi_if.h -rw-r--r-- 6.5 KB
iscsi_proto.h -rw-r--r-- 14.0 KB
scsi.h -rw-r--r-- 13.2 KB
scsi_cmnd.h -rw-r--r-- 5.0 KB
scsi_dbg.h -rw-r--r-- 830 bytes
scsi_device.h -rw-r--r-- 12.3 KB
scsi_devinfo.h -rw-r--r-- 1.7 KB
scsi_driver.h -rw-r--r-- 762 bytes
scsi_eh.h -rw-r--r-- 2.0 KB
scsi_host.h -rw-r--r-- 21.4 KB
scsi_ioctl.h -rw-r--r-- 1.3 KB
scsi_request.h -rw-r--r-- 1.9 KB
scsi_tcq.h -rw-r--r-- 3.2 KB
scsi_transport.h -rw-r--r-- 2.9 KB
scsi_transport_fc.h -rw-r--r-- 15.3 KB
scsi_transport_iscsi.h -rw-r--r-- 5.0 KB
scsi_transport_sas.h -rw-r--r-- 2.8 KB
scsi_transport_spi.h -rw-r--r-- 6.5 KB
scsicam.h -rw-r--r-- 674 bytes
sg.h -rw-r--r-- 14.8 KB
sg_request.h -rw-r--r-- 1.3 KB
srp.h -rw-r--r-- 4.9 KB

back to top