]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/Makefile
[SCSI] allow sleeping in ->eh_abort_handler()
[linux-2.6-omap-h63xx.git] / kernel / Makefile
index eb88b446c2ccade2c1983db855c1bd16034debcf..b01d26fe8db71abdd0397bcb25eb4e47d3f8c45e 100644 (file)
@@ -29,7 +29,7 @@ obj-$(CONFIG_SYSFS) += ksysfs.o
 obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
 obj-$(CONFIG_SECCOMP) += seccomp.o
 
-ifneq ($(CONFIG_IA64),y)
+ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y)
 # According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is
 # needed for x86 only.  Why this used to be enabled for all architectures is beyond
 # me.  I suspect most platforms don't need this, but until we know that for sure