[PATCH] Fix the machine description printing in __error_a
Catalin Marinas
catalin.marinas at arm.com
Tue Oct 27 08:26:08 EDT 2009
Commit b86040a59f changed label 3 in head-common.S but only modified
__lookup_machine_type. This patch corrects the __error_a function as
well.
Signed-off-by: Catalin Marinas <catalin.marinas at arm.com>
---
arch/arm/kernel/head-common.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S
index 885a721..b9505aa 100644
--- a/arch/arm/kernel/head-common.S
+++ b/arch/arm/kernel/head-common.S
@@ -97,7 +97,7 @@ __error_a:
bl printhex8
adr r0, str_a2
bl printascii
- adr r3, 3f
+ adr r3, 4f
ldmia r3, {r4, r5, r6} @ get machine desc list
sub r4, r3, r4 @ get offset between virt&phys
add r5, r5, r4 @ convert virt addresses to
More information about the linux-arm-kernel
mailing list