diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-04-19 17:27:17 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-19 17:27:17 +0900 |
commit | 3cf6fa1e334a3a4af702f92229690195018b747f (patch) | |
tree | ebb108e02f13a6e95418245164b45a2a616d421c /arch/sh/mm/Makefile | |
parent | d9c944463d8f3f7cafaaba8f3e44df62ce817484 (diff) | |
download | linux-3.10-3cf6fa1e334a3a4af702f92229690195018b747f.tar.gz linux-3.10-3cf6fa1e334a3a4af702f92229690195018b747f.tar.bz2 linux-3.10-3cf6fa1e334a3a4af702f92229690195018b747f.zip |
sh: Enable SH-X3 hardware synonym avoidance handling.
This enables support for the hardware synonym avoidance handling on SH-X3
CPUs for the case where dcache aliases are possible. icache handling is
retained, but we flip on broadcasting of the block invalidations due to
the lack of coherency otherwise on SMP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile')
-rw-r--r-- | arch/sh/mm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index c73018a9972..53f7c684afb 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile @@ -10,6 +10,7 @@ cacheops-$(CONFIG_CPU_SH3) := cache-sh3.o cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o cacheops-$(CONFIG_CPU_SH5) := cache-sh5.o flush-sh4.o cacheops-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o +cacheops-$(CONFIG_CPU_SHX3) += cache-shx3.o obj-y += $(cacheops-y) |