Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132491
b: refs/heads/master
c: cf08734
h: refs/heads/master
i:
  132489: 9b16a75
  132487: abad7d4
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Mar 18, 2009
1 parent 42f8c5a commit 9ba793f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f55d63854e426e95d7858c2662c2353262a5af70
refs/heads/master: cf087343805ebfea2b1234b06fd5f12273e865b1
6 changes: 4 additions & 2 deletions trunk/arch/s390/kernel/mcount.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*
*/

#include <asm/asm-offsets.h>

#ifndef CONFIG_64BIT
.globl _mcount
_mcount:
Expand All @@ -14,7 +16,7 @@ _mcount:
ahi %r15,-96
l %r3,100(%r15)
la %r2,0(%r14)
st %r1,0(%r15)
st %r1,__SF_BACKCHAIN(%r15)
la %r3,0(%r3)
bras %r14,0f
.long ftrace_trace_function
Expand All @@ -38,7 +40,7 @@ _mcount:
stg %r14,112(%r15)
lgr %r1,%r15
aghi %r15,-160
stg %r1,0(%r15)
stg %r1,__SF_BACKCHAIN(%r15)
lgr %r2,%r14
lg %r3,168(%r15)
larl %r14,ftrace_trace_function
Expand Down

0 comments on commit 9ba793f

Please sign in to comment.