diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-12-08 16:32:25 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-08 17:05:52 +0100 |
commit | 94b1e96d9dfbb8cc19b09b68a3621243752c0586 (patch) | |
tree | 5f346aa0507ad2f5aa4bc18473723968249cfac9 | |
parent | [ARM] Handle HWCAP_VFP in VFP support code (diff) | |
download | linux-94b1e96d9dfbb8cc19b09b68a3621243752c0586.tar.xz linux-94b1e96d9dfbb8cc19b09b68a3621243752c0586.zip |
[ARM] Formalise the ARMv6 processor name string
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mm/proc-v6.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S index c40baf8a47f0..513c6c28256d 100644 --- a/arch/arm/mm/proc-v6.S +++ b/arch/arm/mm/proc-v6.S @@ -156,7 +156,7 @@ ENTRY(cpu_v6_set_pte) cpu_v6_name: - .asciz "Some Random V6 Processor" + .asciz "ARMv6-compatible processor" .align .section ".text.init", #alloc, #execinstr |