patch-2.4.7 linux/arch/s390/kernel/irq.c

Next file: linux/arch/s390/kernel/ptrace.c
Previous file: linux/arch/s390/kernel/head.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/s390/kernel/irq.c linux/arch/s390/kernel/irq.c
@@ -386,8 +386,11 @@
         /* For now, nothing... */
 }
 
+#ifdef CONFIG_SMP
 EXPORT_SYMBOL(__global_cli);
 EXPORT_SYMBOL(__global_sti);
 EXPORT_SYMBOL(__global_save_flags);
 EXPORT_SYMBOL(__global_restore_flags);
+#endif
+
 EXPORT_SYMBOL(global_bh_lock);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)