Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359116
b: refs/heads/master
c: 54bd7c5
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Kristiansson authored and Jonas Bonn committed Feb 10, 2013
1 parent 0ce0ad7 commit 5fdbe19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dd2ad7f2b414805de2020d5bf2d5adc3cf6243c
refs/heads/master: 54bd7c510ba027763130eaeb09004ef5780c06e6
6 changes: 3 additions & 3 deletions trunk/arch/openrisc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@
/* Jump to .init code at _start which lives in the .head section
* and will be discarded after boot.
*/
LOAD_SYMBOL_2_GPR(r4, _start)
tophys (r3,r4) /* MMU disabled */
l.jr r3
LOAD_SYMBOL_2_GPR(r15, _start)
tophys (r13,r15) /* MMU disabled */
l.jr r13
l.nop

/* ---[ 0x200: BUS exception ]------------------------------------------- */
Expand Down

0 comments on commit 5fdbe19

Please sign in to comment.