summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2003-05-25 15:47:11 +1000
committerPaul Mackerras <paulus@samba.org>2003-05-25 15:47:11 +1000
commit4c276cb8a7cc89e529b5867e6f5d7e9bb33ba72b (patch)
tree985f9a22dd130e7b034032d07328533128f7dd6b
parentd8e48cd0dcd3ec778b241fccd04f89dc39740713 (diff)
PPC32: Export a couple of symbols needed by direct rendering modules.
-rw-r--r--arch/ppc/kernel/ppc_ksyms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index 93fd6fa14227..8b35e20545d2 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -26,6 +26,7 @@
#include <asm/bitops.h>
#include <asm/checksum.h>
#include <asm/pgtable.h>
+#include <asm/tlbflush.h>
#include <linux/adb.h>
#include <linux/cuda.h>
#include <linux/pmu.h>
@@ -156,6 +157,7 @@ EXPORT_SYMBOL(mm_ptov);
EXPORT_SYMBOL(ioremap);
EXPORT_SYMBOL(__ioremap);
EXPORT_SYMBOL(iounmap);
+EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
EXPORT_SYMBOL(ppc_ide_md);
@@ -197,6 +199,7 @@ EXPORT_SYMBOL(flush_icache_range);
EXPORT_SYMBOL(flush_dcache_range);
EXPORT_SYMBOL(flush_icache_user_range);
EXPORT_SYMBOL(flush_dcache_page);
+EXPORT_SYMBOL(flush_tlb_kernel_range);
#ifdef CONFIG_ALTIVEC
EXPORT_SYMBOL(last_task_used_altivec);
EXPORT_SYMBOL(giveup_altivec);