patch-2.2.0-pre8 linux/arch/alpha/kernel/alpha_ksyms.c
Next file: linux/arch/alpha/kernel/irq.c
Previous file: linux/arch/alpha/config.in
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sat Jan 16 17:02:50 1999
- Orig file:
v2.2.0-pre7/linux/arch/alpha/kernel/alpha_ksyms.c
- Orig date:
Thu Dec 31 10:28:58 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/arch/alpha/kernel/alpha_ksyms.c linux/arch/alpha/kernel/alpha_ksyms.c
@@ -28,6 +28,7 @@
#include <asm/irq.h>
#include <asm/machvec.h>
#include <asm/pgtable.h>
+#include <asm/semaphore.h>
#define __KERNEL_SYSCALLS__
#include <asm/unistd.h>
@@ -139,6 +140,13 @@
EXPORT_SYMBOL_NOVERS(__do_clear_user);
EXPORT_SYMBOL(__strncpy_from_user);
EXPORT_SYMBOL(__strlen_user);
+
+/*
+ * The following are specially called from the semaphore assembly stubs.
+ */
+EXPORT_SYMBOL_NOVERS(__down_failed);
+EXPORT_SYMBOL_NOVERS(__down_failed_interruptible);
+EXPORT_SYMBOL_NOVERS(__up_wakeup);
/*
* SMP-specific symbols.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov