Skip to content

Commit 59c3191

Browse files
lunnRussell King
authored andcommitted
ARM: 8350/1: proc-feroceon: Fix feroceon_proc_info macro
bf35706 ("ARM: 8314/1: replace PROCINFO embedded branch with relative offset") broke booting for Kirkwood. The kernel would say: Starting kernel ... Uncompressing Linux... done, booting the kernel. Error: unrecognized/unsupported processor variant (0x56251311). Fix it by removing the extraneous .long __feroceon_setup from the feroceon_proc_info macro. Fixes: bf35706 ("ARM: 8314/1: replace PROCINFO embedded branch with relative offset") Reported-by: Florian Fainelli <f.fainelli@gmail.com> Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 13f2fa7 commit 59c3191

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mm/proc-feroceon.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ __\name\()_proc_info:
602602
PMD_SECT_AP_WRITE | \
603603
PMD_SECT_AP_READ
604604
initfn __feroceon_setup, __\name\()_proc_info
605-
.long __feroceon_setup
606605
.long cpu_arch_name
607606
.long cpu_elf_name
608607
.long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP

0 commit comments

Comments
 (0)