From: James S. <jsi...@us...> - 2001-11-26 19:15:05
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv23350/kernel Modified Files: mips_ksyms.c Log Message: Export _dma_cache_* to modules iff CONFIG_NONCOHERENT_IO is enabled. Index: mips_ksyms.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/mips_ksyms.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mips_ksyms.c 2001/10/17 20:28:58 1.4 +++ mips_ksyms.c 2001/11/26 19:15:03 1.5 @@ -88,8 +88,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); @@ -102,11 +100,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 @@ -124,9 +117,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); |