Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27062
b: refs/heads/master
c: 867a521
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed May 31, 2006
1 parent d3cee9a commit 9f55a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 1c0c1ae4f3d5057d091677d0ef7dbaeb28122ded
refs/heads/master: 867a521b4cd6c9d26cd736d85bfe84e10c0c05ac
8 changes: 5 additions & 3 deletions trunk/arch/mips/kernel/gdb-low.S
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@
*/
mfc0 k0, CP0_CAUSE
andi k0, k0, 0x7c
add k1, k1, k0
PTR_L k0, saved_vectors(k1)
jr k0
#ifdef CONFIG_64BIT
dsll k0, k0, 1
#endif
PTR_L k1, saved_vectors(k0)
jr k1
nop
1:
move k0, sp
Expand Down

0 comments on commit 9f55a2b

Please sign in to comment.