patch-2.4.25 linux-2.4.25/arch/mips/kernel/mips_ksyms.c
Next file: linux-2.4.25/arch/mips/kernel/proc.c
Previous file: linux-2.4.25/arch/mips/kernel/irq.c
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
2004-02-18 05:36:30.000000000 -0800
-  Orig file: 
linux-2.4.24/arch/mips/kernel/mips_ksyms.c
-  Orig date: 
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.24/arch/mips/kernel/mips_ksyms.c linux-2.4.25/arch/mips/kernel/mips_ksyms.c
@@ -62,7 +62,7 @@
 EXPORT_SYMBOL_NOVERS(strstr);
 EXPORT_SYMBOL_NOVERS(strtok);
 
-EXPORT_SYMBOL(_clear_page);
+EXPORT_SYMBOL(clear_page);
 EXPORT_SYMBOL(kernel_thread);
 
 /*
@@ -89,14 +89,6 @@
 EXPORT_SYMBOL(invalid_pte_table);
 
 /*
- * Semaphore stuff
- */
-EXPORT_SYMBOL(__down);
-EXPORT_SYMBOL(__down_interruptible);
-EXPORT_SYMBOL(__down_trylock);
-EXPORT_SYMBOL(__up);
-
-/*
  * Kernel hacking ...
  */
 #include <asm/branch.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)