aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/openrisc/kernel/entry.S2
-rw-r--r--arch/openrisc/kernel/head.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/openrisc/kernel/entry.S b/arch/openrisc/kernel/entry.S
index 0c826ad6e994..ee6159d2ed22 100644
--- a/arch/openrisc/kernel/entry.S
+++ b/arch/openrisc/kernel/entry.S
@@ -240,7 +240,7 @@ handler: ;\
240 * occured. in fact they never do. if you need them use 240 * occured. in fact they never do. if you need them use
241 * values saved on stack (for SPR_EPC, SPR_ESR) or content 241 * values saved on stack (for SPR_EPC, SPR_ESR) or content
242 * of r4 (for SPR_EEAR). for details look at EXCEPTION_HANDLE() 242 * of r4 (for SPR_EEAR). for details look at EXCEPTION_HANDLE()
243 * in 'arch/or32/kernel/head.S' 243 * in 'arch/openrisc/kernel/head.S'
244 */ 244 */
245 245
246/* =====================================================[ exceptions] === */ 246/* =====================================================[ exceptions] === */
diff --git a/arch/openrisc/kernel/head.S b/arch/openrisc/kernel/head.S
index 9fc6b60140f0..31ed257ff061 100644
--- a/arch/openrisc/kernel/head.S
+++ b/arch/openrisc/kernel/head.S
@@ -1728,7 +1728,7 @@ _string_nl:
1728 1728
1729/* 1729/*
1730 * .data section should be page aligned 1730 * .data section should be page aligned
1731 * (look into arch/or32/kernel/vmlinux.lds) 1731 * (look into arch/openrisc/kernel/vmlinux.lds.S)
1732 */ 1732 */
1733 .section .data,"aw" 1733 .section .data,"aw"
1734 .align 8192 1734 .align 8192