summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/head.S
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2018-12-03 13:20:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-05 15:34:41 +0100
commit625ef11ec9c8c94896a0bdbc14da71ce817691bf (patch)
treef57ede9c821164114ab98817164e81812a0c8d63 /arch/openrisc/kernel/head.S
parentf6c0485c509e21dee309595646eb4d0dcd38ac07 (diff)
openrisc: Fix broken paths to arch/or32
[ Upstream commit 57ce8ba0fd3a95bf29ed741df1c52bd591bf43ff ] OpenRISC was mainlined as "openrisc", not "or32". vmlinux.lds is generated from vmlinux.lds.S. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/openrisc/kernel/head.S')
-rw-r--r--arch/openrisc/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/head.S b/arch/openrisc/kernel/head.S
index f14793306b03..98dd6860bc0b 100644
--- a/arch/openrisc/kernel/head.S
+++ b/arch/openrisc/kernel/head.S
@@ -1596,7 +1596,7 @@ _string_esr_irq_bug:
/*
* .data section should be page aligned
- * (look into arch/or32/kernel/vmlinux.lds)
+ * (look into arch/openrisc/kernel/vmlinux.lds.S)
*/
.section .data,"aw"
.align 8192