History log of /arch/microblaze/include/asm/tlb.h
Revision Date Author Comments
1947fc1d51fa7c21e9c253d37d076ef6f4d73130 16-Jan-2011 Michal Simek <monstr@monstr.eu> microblaze: Fix missing pagemap.h

Add missing linux/pagemap.h to solve compilation error.

Error log:
In file included from linux/arch/microblaze/include/asm/tlb.h:17,
from mm/pgtable-generic.c:9:
include/asm-generic/tlb.h: In function 'tlb_flush_mmu':
include/asm-generic/tlb.h:76: error: implicit declaration of function 'release_pages'
include/asm-generic/tlb.h: In function 'tlb_remove_page':
include/asm-generic/tlb.h:105: error: implicit declaration of function 'page_cache_release'

Signed-off-by: Michal Simek <monstr@monstr.eu>
efffde36d20613d91a5ea9529b03f477077f41ea 09-Jul-2009 Michal Simek <monstr@monstr.eu> microblaze: Define tlb_flush macro

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>
45be7d46a9928c6b8ed747e020748500da7e66f1 26-May-2009 Michal Simek <monstr@monstr.eu> microblaze_mmu_v2: Update tlb.h and tlbflush.h

Signed-off-by: Michal Simek <monstr@monstr.eu>
a95d0e1602f9f3ab54c7dbc9727bf22095705d1e 27-Mar-2009 Michal Simek <monstr@monstr.eu> microblaze_v8: memory inicialization, MMU, TLB

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>