aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/kernel/head.S')
-rw-r--r--arch/openrisc/kernel/head.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/openrisc/kernel/head.S b/arch/openrisc/kernel/head.S
index 1088b5fca3bd..46aa940ebd20 100644
--- a/arch/openrisc/kernel/head.S
+++ b/arch/openrisc/kernel/head.S
@@ -291,9 +291,9 @@
291 /* Jump to .init code at _start which lives in the .head section 291 /* Jump to .init code at _start which lives in the .head section
292 * and will be discarded after boot. 292 * and will be discarded after boot.
293 */ 293 */
294 LOAD_SYMBOL_2_GPR(r4, _start) 294 LOAD_SYMBOL_2_GPR(r15, _start)
295 tophys (r3,r4) /* MMU disabled */ 295 tophys (r13,r15) /* MMU disabled */
296 l.jr r3 296 l.jr r13
297 l.nop 297 l.nop
298 298
299/* ---[ 0x200: BUS exception ]------------------------------------------- */ 299/* ---[ 0x200: BUS exception ]------------------------------------------- */