]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/mm/mmu_decl.h
powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftrace
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / mm / mmu_decl.h
index eb11d5d2aa94928bd008c72c6f01ada0048fca77..63b84a0d3b10baccf4e252382c1b66640b2e56e2 100644 (file)
@@ -144,7 +144,15 @@ extern unsigned long mmu_mapin_ram(unsigned long top);
 extern void MMU_init_hw(void);
 extern unsigned long mmu_mapin_ram(unsigned long top);
 extern void adjust_total_lowmem(void);
-
+extern void loadcam_entry(unsigned int index);
+
+struct tlbcam {
+       u32     MAS0;
+       u32     MAS1;
+       unsigned long   MAS2;
+       u32     MAS3;
+       u32     MAS7;
+};
 #elif defined(CONFIG_PPC32)
 /* anything 32-bit except 4xx or 8xx */
 extern void MMU_init_hw(void);