]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/mmu.h
powerpc/64/kexec: Fix MMU cleanup on radix
[karo-tx-linux.git] / arch / powerpc / include / asm / mmu.h
index e2fb408f83983617591e3fe3511f9691b76f0b3d..79c989a05aa1c2c513d832fbd9aef7ddc4b00fc0 100644 (file)
@@ -204,6 +204,10 @@ extern unsigned int __start___mmu_ftr_fixup, __stop___mmu_ftr_fixup;
  * make it match the size our of bolted TLB area
  */
 extern u64 ppc64_rma_size;
+
+/* Cleanup function used by kexec */
+extern void mmu_cleanup_all(void);
+extern void radix__mmu_cleanup_all(void);
 #endif /* CONFIG_PPC64 */
 
 struct mm_struct;