linux/arch/microblaze/mm
Michal Simek 3a0d7a4dd5 microblaze: Add consistent code
Remove ancient Kconfig option for consistent code.
MMU uses cache inhibit pages.

noMMU uses UNCACHE SHADOW feature where is used double ram size.
For example:
Physical ram is 256MB and cache are setup to cover the same size.
But if you setup in HW that size is 512MB and cache covers 256MB
than you can use adresses from 256-512MB without caches and
correspond with 0-256MB with cache. That's why I am using
dcache base/high addresses to find out uncache area.

Signed-off-by: Michal Simek <monstr@monstr.eu>
2010-03-11 14:14:43 +01:00
..
Makefile microblaze: Add consistent code 2010-03-11 14:14:43 +01:00
consistent.c microblaze: Add consistent code 2010-03-11 14:14:43 +01:00
fault.c microblaze: Support unaligned address for put/get_user macros 2009-07-27 09:03:15 +02:00
init.c microblaze: Use generic show_mem() 2010-03-11 14:09:12 +01:00
mmu_context.c microblaze_mmu_v2: Context handling - mmu_context.c/h 2009-05-26 16:45:15 +02:00
pgtable.c microblaze: Remove VMALLOC_VMADDR 2010-03-11 14:13:10 +01:00