[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1400232598.20342.16.camel@x220>
Date: Fri, 16 May 2014 11:29:58 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Russell King <linux@....linux.org.uk>
Cc: Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: remove ARM710 specific assembler code
Support for ARM710 CPUs was removed in v3.5. But a few lines of ARM710
specific assembler code were left in the tree. Remove these too.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
This minor cleanup was suggested by Arnd. This patch is mostly
guesswork, as I already told Arnd, since I have never touched ARM
assembler before (as far as I can remember). Untested too! And this does
need testing.
arch/arm/mm/proc-arm720.S | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/arch/arm/mm/proc-arm720.S b/arch/arm/mm/proc-arm720.S
index d42c37f9f5bc..6699f91a6a0f 100644
--- a/arch/arm/mm/proc-arm720.S
+++ b/arch/arm/mm/proc-arm720.S
@@ -116,34 +116,6 @@ ENTRY(cpu_arm720_reset)
ENDPROC(cpu_arm720_reset)
.popsection
- .type __arm710_setup, #function
-__arm710_setup:
- mov r0, #0
- mcr p15, 0, r0, c7, c7, 0 @ invalidate caches
-#ifdef CONFIG_MMU
- mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4)
-#endif
- mrc p15, 0, r0, c1, c0 @ get control register
- ldr r5, arm710_cr1_clear
- bic r0, r0, r5
- ldr r5, arm710_cr1_set
- orr r0, r0, r5
- mov pc, lr @ __ret (head.S)
- .size __arm710_setup, . - __arm710_setup
-
- /*
- * R
- * .RVI ZFRS BLDP WCAM
- * .... 0001 ..11 1101
- *
- */
- .type arm710_cr1_clear, #object
- .type arm710_cr1_set, #object
-arm710_cr1_clear:
- .word 0x0f3f
-arm710_cr1_set:
- .word 0x013d
-
.type __arm720_setup, #function
__arm720_setup:
mov r0, #0
@@ -177,7 +149,6 @@ arm720_crval:
string cpu_arch_name, "armv4t"
string cpu_elf_name, "v4"
- string cpu_arm710_name, "ARM710T"
string cpu_arm720_name, "ARM720T"
.align
@@ -215,5 +186,4 @@ __\name\()_proc_info:
.size __\name\()_proc_info, . - __\name\()_proc_info
.endm
- arm720_proc_info arm710, 0x41807100, 0xffffff00, cpu_arm710_name, __arm710_setup
arm720_proc_info arm720, 0x41807200, 0xffffff00, cpu_arm720_name, __arm720_setup
--
1.9.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists