]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: cache: remove ARMv3 support code
authorWill Deacon <will.deacon@arm.com>
Tue, 15 Jan 2013 12:07:40 +0000 (12:07 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 26 Mar 2013 09:55:23 +0000 (09:55 +0000)
commit82d9b0d0c6c4cbd5d0022d7df5e6bf071a9eb6c7
tree025a05054b9f36c3ce3dd2cb650059d34152f874
parent4cc3daaf3976bde5345718e86b67cace2f935a09
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>
arch/arm/include/asm/glue-cache.h
arch/arm/mm/Kconfig
arch/arm/mm/Makefile
arch/arm/mm/cache-v3.S [deleted file]
arch/arm/mm/proc-arm740.S