patch-2.3.99-pre9 linux/arch/mips64/kernel/mips64_ksyms.c
Next file: linux/arch/mips64/kernel/proc.c
Previous file: linux/arch/mips64/kernel/linux32.c
Back to the patch index
Back to the overall index
-  Lines: 37
-  Date:
Sat May 13 08:30:17 2000
-  Orig file: 
v2.3.99-pre8/linux/arch/mips64/kernel/mips64_ksyms.c
-  Orig date: 
Sat Feb 26 22:31:41 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/arch/mips64/kernel/mips64_ksyms.c linux/arch/mips64/kernel/mips64_ksyms.c
@@ -24,6 +24,7 @@
 #include <asm/io.h>
 #include <asm/page.h>
 #include <asm/pgalloc.h>
+#include <asm/semaphore.h>
 #include <asm/softirq.h>
 #include <asm/uaccess.h>
 
@@ -56,8 +57,6 @@
 EXPORT_SYMBOL_NOVERS(strpbrk);
 
 EXPORT_SYMBOL(_clear_page);
-EXPORT_SYMBOL(local_bh_count);
-EXPORT_SYMBOL(local_irq_count);
 EXPORT_SYMBOL(enable_irq);
 EXPORT_SYMBOL(disable_irq);
 EXPORT_SYMBOL(kernel_thread);
@@ -83,10 +82,19 @@
  */
 EXPORT_SYMBOL(_flush_page_to_ram);
 EXPORT_SYMBOL(_flush_cache_all);
+#ifndef CONFIG_COHERENT_IO
 EXPORT_SYMBOL(_dma_cache_wback_inv);
 EXPORT_SYMBOL(_dma_cache_inv);
+#endif
 
 EXPORT_SYMBOL(invalid_pte_table);
+
+/*
+ * Semaphore stuff
+ */
+EXPORT_SYMBOL(__down_read);
+EXPORT_SYMBOL(__down_write);
+EXPORT_SYMBOL(__rwsem_wake);
 
 /*
  * Base address of ports for Intel style I/O.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)