aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/tlb.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-07-27microblaze: Define tlb_flush macroMichal Simek1-1/+1
This fix remove bug which we had till now in all Microblaze MMU code. Primary tested on mmap01 LTP test. We forget to flush invalid tlb which were changed - we used them and there were wrong old data which wasn't correct. Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26microblaze_mmu_v2: Update tlb.h and tlbflush.hMichal Simek1-0/+8
Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-03-27microblaze_v8: memory inicialization, MMU, TLBMichal Simek1-0/+16
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>