aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm/Makefile
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-02-22 12:16:08 +0100
committerMichal Simek <monstr@monstr.eu>2010-03-11 14:14:43 +0100
commit3a0d7a4dd5b3a6545e5764735b48ab84e64af723 (patch)
treee42c0d8af3695e96729d2434ee386ff00cabaf2d /arch/microblaze/mm/Makefile
parentmicroblaze: pgtable.h: move consistent functions (diff)
downloadlinux-dev-3a0d7a4dd5b3a6545e5764735b48ab84e64af723.tar.xz
linux-dev-3a0d7a4dd5b3a6545e5764735b48ab84e64af723.zip
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>
Diffstat (limited to 'arch/microblaze/mm/Makefile')
-rw-r--r--arch/microblaze/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/mm/Makefile b/arch/microblaze/mm/Makefile
index 6c8a924d9e26..09c49ed87235 100644
--- a/arch/microblaze/mm/Makefile
+++ b/arch/microblaze/mm/Makefile
@@ -2,6 +2,6 @@
# Makefile
#
-obj-y := init.o
+obj-y := consistent.o init.o
obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o