]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] missing export (_tlbie())
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Wed, 2 Feb 2005 05:19:58 +0000 (21:19 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 2 Feb 2005 05:19:58 +0000 (21:19 -0800)
on some ppc subarchitectures flush_tlb_page() et.al.  are inlines
implemented via _tlbie(), so it should share the status...

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/ppc_ksyms.c

index 3f5bad466840fd7f69aee2c70ea830ddfdbc2baf..1ee8c12bac750e53639b589690d8e0719f3b77d3 100644 (file)
@@ -190,6 +190,7 @@ EXPORT_SYMBOL(flush_icache_user_range);
 EXPORT_SYMBOL(flush_dcache_page);
 EXPORT_SYMBOL(flush_tlb_kernel_range);
 EXPORT_SYMBOL(flush_tlb_page);
+EXPORT_SYMBOL(_tlbie);
 #ifdef CONFIG_ALTIVEC
 EXPORT_SYMBOL(last_task_used_altivec);
 EXPORT_SYMBOL(giveup_altivec);