Patch from Bart Van Assche <bart.vanassche@gmail.com>:

Disable the scst-user selection in Kconfig when HIGHMEM is enabled because
this module is incompatible with HIGHMEM. I have tested the modification
below by toggling HIGHMEM via "make ARCH=i386 xconfig".

Signed-off-by: <bart.vanassche@gmail.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@376 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-05-16 17:47:31 +00:00
parent 8eb92a6582
commit d6d0841193

View File

@@ -68,7 +68,7 @@ config SCSI_TARGET_VDISK
config SCSI_TARGET_USER
tristate "SCSI user space virtual target devices support"
default SCSI_TARGET
depends on SCSI && PROC_FS && SCSI_TARGET
depends on SCSI && PROC_FS && SCSI_TARGET && ! HIGHMEM
---help---
SCSI TARGET handler for virtual user space device.