patch-2.4.20 linux-2.4.20/arch/mips64/kernel/mips64_ksyms.c

Next file: linux-2.4.20/arch/mips64/kernel/pci-dma.c
Previous file: linux-2.4.20/arch/mips64/kernel/linux32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips64/kernel/mips64_ksyms.c linux-2.4.20/arch/mips64/kernel/mips64_ksyms.c
@@ -39,7 +39,10 @@
 extern long __strnlen_user_asm(const char *s);
 
 EXPORT_SYMBOL(mips_machtype);
+
+#ifdef CONFIG_EISA
 EXPORT_SYMBOL(EISA_bus);
+#endif
 
 /*
  * String functions
@@ -90,21 +93,11 @@
 EXPORT_SYMBOL(invalid_pte_table);
 
 /*
- * Base address of ports for Intel style I/O.
- */
-#if defined (CONFIG_PCI) || defined (CONFIG_ISA)
-EXPORT_SYMBOL(mips_io_port_base);
-#endif
-
-/*
  * Kernel hacking ...
  */
 #include <asm/branch.h>
 #include <linux/sched.h>
 
-int register_fpe(void (*handler)(struct pt_regs *regs, unsigned int fcr31));
-int unregister_fpe(void (*handler)(struct pt_regs *regs, unsigned int fcr31));
-
 #ifdef CONFIG_VT
 EXPORT_SYMBOL(screen_info);
 #endif

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