Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10993
b: refs/heads/master
c: 85b6e81
h: refs/heads/master
i:
  10991: 266735b
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 3529cd3 commit 9ae762b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: f4b7cdb4814e9ad1ec662bad5fccc4d37bcc6d4c
refs/heads/master: 85b6e8184b798d06c854463cdd6c63dd1d4ff47c
7 changes: 6 additions & 1 deletion trunk/include/asm-mips/stackframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@
MFC0 k1, CP0_CONTEXT
dsrl k1, 23
dsll k1, k1, 3
LONG_L k1, kernelsp(k1)
lui k0, %highest(kernelsp)
daddiu k0, %higher(kernelsp)
dsll k0, k0, 16
daddiu k0, %hi(kernelsp)
daddu k1, k1, k0
LONG_L k1, %lo(kernelsp)(k1)
#endif
.endm

Expand Down

0 comments on commit 9ae762b

Please sign in to comment.