[PATCH v2 0/5] Fix 740t support and remove more unused ARMv3 code
Will Deacon
will.deacon at arm.com
Mon Mar 25 14:17:34 EDT 2013
Hello,
This is a rebased version of the patches I originally posted here:
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-January/146095.html
The only changes are that it is now based on 3.9-rc4 and the final patch
has been dropped, having been merged via arm-soc.
I plan to send this via Russell for 3.10.
Cheers,
Will
Will Deacon (5):
ARM: tlbflush: remove ARMv3 support
ARM: cache: remove ARMv3 support code
ARM: mm: fix numerous hideous errors in proc-arm740.S
ARM: mm: remove broken condition check for v4 flushing
ARM: modules: don't export cpu_set_pte_ext when !MMU
arch/arm/include/asm/glue-cache.h | 8 ---
arch/arm/include/asm/tlbflush.h | 11 +--
arch/arm/mm/Kconfig | 5 +-
arch/arm/mm/Makefile | 1 -
arch/arm/mm/cache-v3.S | 137 --------------------------------------
arch/arm/mm/cache-v4.S | 2 +-
arch/arm/mm/proc-arm740.S | 30 +++++----
arch/arm/mm/proc-syms.c | 2 +
8 files changed, 23 insertions(+), 173 deletions(-)
delete mode 100644 arch/arm/mm/cache-v3.S
--
1.8.0
More information about the linux-arm-kernel
mailing list