summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-12 03:10:19 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-12 03:10:19 +0000
commit3980e5ba8fb2a1d74e120cc3a1c6a31c0755208b (patch)
tree8c2d3646d13db3f36f7d31909fed26c0f17fd918 /arch/mips64
parente410cb5441584bcba4c54e5fb75364a20bad8873 (diff)
Export flush_tlb_page rsp. _flush_tlb_page.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/kernel/mips64_ksyms.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips64/kernel/mips64_ksyms.c b/arch/mips64/kernel/mips64_ksyms.c
index b384db2af..fce48b87a 100644
--- a/arch/mips64/kernel/mips64_ksyms.c
+++ b/arch/mips64/kernel/mips64_ksyms.c
@@ -5,8 +5,8 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1996, 1997, 1998, 1999, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 by Ralf Baechle
+ * Copyright (C) 1999, 2000, 2001 Silicon Graphics, Inc.
*/
#include <linux/config.h>
#include <linux/module.h>
@@ -121,3 +121,4 @@ EXPORT_SYMBOL(screen_info);
#endif
EXPORT_SYMBOL(get_wchan);
+EXPORT_SYMBOL(_flush_tlb_page);