Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204547
b: refs/heads/master
c: 65ab282
h: refs/heads/master
i:
  204545: 7b7cff1
  204543: edb436f
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Aug 5, 2010
1 parent e630ddd commit 9db065e
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: 652b14aa84961fa391184ccbaf559a537d33b28c
refs/heads/master: 65ab2826c4185fc949c3a720186bd09d75ea14a4
6 changes: 3 additions & 3 deletions trunk/arch/mips/kernel/mcount.S
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ NESTED(ftrace_graph_caller, PT_SIZE, ra)

/* arg3: Get frame pointer of current stack */
#ifdef CONFIG_FRAME_POINTER
move a2, fp
move a2, fp
#else /* ! CONFIG_FRAME_POINTER */
#ifdef CONFIG_64BIT
PTR_LA a2, PT_SIZE(sp)
PTR_LA a2, PT_SIZE(sp)
#else
PTR_LA a2, (PT_SIZE+8)(sp)
PTR_LA a2, (PT_SIZE+8)(sp)
#endif
#endif

Expand Down

0 comments on commit 9db065e

Please sign in to comment.