Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176429
b: refs/heads/master
c: 166e553
h: refs/heads/master
i:
  176427: 52935c7
v: v3
  • Loading branch information
David S. Miller committed Dec 9, 2009
1 parent 1d9aae6 commit 4816830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 4230fa3b89ea1c413766bd411a8315a3d05aa6c7
refs/heads/master: 166e553a575f09485f6d0df8a1ef3c5991f7d953
5 changes: 3 additions & 2 deletions trunk/arch/sparc/lib/mcount.S
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ mcount:
2: sethi %hi(softirq_stack), %g3
or %g3, %lo(softirq_stack), %g3
ldx [%g3 + %g1], %g7
sub %g7, STACK_BIAS, %g7
cmp %sp, %g7
bleu,pt %xcc, 2f
bleu,pt %xcc, 3f
sethi %hi(THREAD_SIZE), %g3
add %g7, %g3, %g7
cmp %sp, %g7
Expand All @@ -75,7 +76,7 @@ mcount:
* again, we are already trying to output the stack overflow
* message.
*/
sethi %hi(ovstack), %g7 ! cant move to panic stack fast enough
3: sethi %hi(ovstack), %g7 ! cant move to panic stack fast enough
or %g7, %lo(ovstack), %g7
add %g7, OVSTACKSIZE, %g3
sub %g3, STACK_BIAS + 192, %g3
Expand Down

0 comments on commit 4816830

Please sign in to comment.