diff options
author | Will Deacon <will.deacon@arm.com> | 2013-01-15 16:07:40 +0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-03-26 13:55:23 +0400 |
commit | 82d9b0d0c6c4cbd5d0022d7df5e6bf071a9eb6c7 (patch) | |
tree | 025a05054b9f36c3ce3dd2cb650059d34152f874 /arch/arm/mm/Makefile | |
parent | 4cc3daaf3976bde5345718e86b67cace2f935a09 (diff) | |
download | linux-82d9b0d0c6c4cbd5d0022d7df5e6bf071a9eb6c7.tar.xz |
ARM: cache: remove ARMv3 support code
This is only used by 740t, which is a v4 core and (by my reading of the
datasheet for the CPU) ignores CRm for the cp15 cache flush operation,
making the v4 cache implementation in cache-v4.S sufficient for this
CPU.
Tested with 740T core-tile on Integrator/AP baseboard.
Acked-by: Hyok S. Choi <hyok.choi@samsung.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm/mm/Makefile')
-rw-r--r-- | arch/arm/mm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile index 4e333fa2756f..9e51be96f635 100644 --- a/arch/arm/mm/Makefile +++ b/arch/arm/mm/Makefile @@ -33,7 +33,6 @@ obj-$(CONFIG_CPU_PABRT_LEGACY) += pabort-legacy.o obj-$(CONFIG_CPU_PABRT_V6) += pabort-v6.o obj-$(CONFIG_CPU_PABRT_V7) += pabort-v7.o -obj-$(CONFIG_CPU_CACHE_V3) += cache-v3.o obj-$(CONFIG_CPU_CACHE_V4) += cache-v4.o obj-$(CONFIG_CPU_CACHE_V4WT) += cache-v4wt.o obj-$(CONFIG_CPU_CACHE_V4WB) += cache-v4wb.o |