From 1c5c0c934f91fbce2825acbb849e98781e774c1d Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Jul 1997 03:58:24 +0000 Subject: Merge with 2.1.47. Some more cleanup and module fixes. --- arch/mips/kernel/mips_ksyms.c | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'arch/mips/kernel/mips_ksyms.c') diff --git a/arch/mips/kernel/mips_ksyms.c b/arch/mips/kernel/mips_ksyms.c index abcb1946e..d6657ac89 100644 --- a/arch/mips/kernel/mips_ksyms.c +++ b/arch/mips/kernel/mips_ksyms.c @@ -5,40 +5,69 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1996 by Ralf Baechle + * Copyright (C) 1996, 1997 by Ralf Baechle + * + * $Id: mips_ksyms.c,v 1.2 1997/07/26 19:31:40 ralf Exp $ */ #include #include #include #include #include +#include + +#include #include #include #include +#include +#include +#include #include +#include EXPORT_SYMBOL(EISA_bus); /* * String functions */ +EXPORT_SYMBOL_NOVERS(bcopy); +EXPORT_SYMBOL_NOVERS(memcmp); EXPORT_SYMBOL_NOVERS(memset); EXPORT_SYMBOL_NOVERS(memcpy); EXPORT_SYMBOL_NOVERS(memmove); -EXPORT_SYMBOL_NOVERS(bcopy); +EXPORT_SYMBOL_NOVERS(strcat); +EXPORT_SYMBOL_NOVERS(strchr); +EXPORT_SYMBOL_NOVERS(strlen); +EXPORT_SYMBOL_NOVERS(strncat); +EXPORT_SYMBOL_NOVERS(strnlen); +EXPORT_SYMBOL_NOVERS(strrchr); +EXPORT_SYMBOL_NOVERS(strtok); +EXPORT_SYMBOL(clear_page); EXPORT_SYMBOL(__mips_bh_counter); EXPORT_SYMBOL(local_irq_count); +/* + * Userspace access stuff. + */ +EXPORT_SYMBOL(__copy_user); +EXPORT_SYMBOL(active_ds); + /* Networking helper routines. */ EXPORT_SYMBOL(csum_partial_copy); /* * Functions to control caches. */ +EXPORT_SYMBOL(flush_page_to_ram); EXPORT_SYMBOL(fd_cacheflush); /* * Base address of ports for Intel style I/O. */ EXPORT_SYMBOL(port_base); + +#ifdef CONFIG_SGI +EXPORT_SYMBOL(hpc3c0); +#endif -- cgit v1.2.3