]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/mm/mmu_decl.h
powerpc/47x: Base ppc476 support
[~andy/linux] / arch / powerpc / mm / mmu_decl.h
index d49a77503e19d1cb8c7d7649595d99c13646f973..eb11d5d2aa94928bd008c72c6f01ada0048fca77 100644 (file)
@@ -69,12 +69,7 @@ static inline void _tlbil_va(unsigned long address, unsigned int pid,
 }
 #endif /* CONIFG_8xx */
 
-/*
- * As of today, we don't support tlbivax broadcast on any
- * implementation. When that becomes the case, this will be
- * an extern.
- */
-#ifdef CONFIG_PPC_BOOK3E
+#if defined(CONFIG_PPC_BOOK3E) || defined(CONFIG_PPC_47x)
 extern void _tlbivax_bcast(unsigned long address, unsigned int pid,
                           unsigned int tsize, unsigned int ind);
 #else