patch-2.2.19 linux/arch/s390/kernel/smp.c

Next file: linux/arch/s390/lib/strcmp.S
Previous file: linux/arch/s390/kernel/signal.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/s390/kernel/smp.c linux/arch/s390/kernel/smp.c
@@ -24,6 +24,7 @@
 #include <asm/timex.h>
 #include <asm/init.h>
 #include <asm/spinlock.h>
+#include <linux/module.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/kernel_stat.h>
@@ -721,3 +722,7 @@
         }
 }
 
+EXPORT_SYMBOL(kernel_flag);
+EXPORT_SYMBOL(smp_ctl_set_bit);
+EXPORT_SYMBOL(smp_ctl_clear_bit);
+EXPORT_SYMBOL(smp_do_callback_all);

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