patch-2.4.19 linux-2.4.19/arch/mips/kernel/mips_ksyms.c
Next file: linux-2.4.19/arch/mips/kernel/old-irq.c
Previous file: linux-2.4.19/arch/mips/kernel/irq_cpu.c
Back to the patch index
Back to the overall index
- Lines: 62
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/kernel/mips_ksyms.c
- Orig date:
Mon Feb 25 11:37:53 2002
diff -urN linux-2.4.18/arch/mips/kernel/mips_ksyms.c linux-2.4.19/arch/mips/kernel/mips_ksyms.c
@@ -25,6 +25,7 @@
#include <asm/pgalloc.h>
#include <asm/semaphore.h>
#include <asm/sgi/sgihpc.h>
+#include <asm/sgi/sgimc.h>
#include <asm/softirq.h>
#include <asm/uaccess.h>
#ifdef CONFIG_BLK_DEV_FD
@@ -62,8 +63,6 @@
EXPORT_SYMBOL_NOVERS(strtok);
EXPORT_SYMBOL(_clear_page);
-EXPORT_SYMBOL(enable_irq);
-EXPORT_SYMBOL(disable_irq);
EXPORT_SYMBOL(kernel_thread);
/*
@@ -87,8 +86,6 @@
*/
EXPORT_SYMBOL(_flush_page_to_ram);
EXPORT_SYMBOL(_flush_cache_all);
-EXPORT_SYMBOL(_dma_cache_wback_inv);
-EXPORT_SYMBOL(_dma_cache_inv);
EXPORT_SYMBOL(invalid_pte_table);
@@ -101,11 +98,6 @@
EXPORT_SYMBOL(__up);
/*
- * Base address of ports for Intel style I/O.
- */
-EXPORT_SYMBOL(mips_io_port_base);
-
-/*
* Architecture specific stuff.
*/
#ifdef CONFIG_MIPS_JAZZ
@@ -116,6 +108,8 @@
#ifdef CONFIG_SGI_IP22
EXPORT_SYMBOL(hpc3c0);
+EXPORT_SYMBOL(hpc3c1);
+EXPORT_SYMBOL(mcmisc_regs);
#endif
/*
@@ -124,9 +118,6 @@
#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
@@ -136,4 +127,3 @@
#endif
EXPORT_SYMBOL(get_wchan);
-EXPORT_SYMBOL(flush_tlb_page);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)