Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323615
b: refs/heads/master
c: 28fb5df
h: refs/heads/master
i:
  323613: 15525bd
  323611: 237e86e
  323607: 5d9de6c
  323599: 07b8f4e
  323583: 375e9e5
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Jul 19, 2012
1 parent 54b832c commit a57913b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: a1e2e31d175a1349274eba3465d17616c6725f8c
refs/heads/master: 28fb5dfa783c25dbeeb25a72663f8066a3a517f5
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define MCOUNT_ADDR ((long)(mcount))
#define MCOUNT_INSN_SIZE 5 /* sizeof mcount call */

#if defined(CONFIG_DYNAMIC_FTRACE) && defined(CONFIG_X86_64)
#ifdef CONFIG_DYNAMIC_FTRACE
#define ARCH_SUPPORTS_FTRACE_OPS 1
#endif

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ ENTRY(ftrace_caller)
pushl %edx
movl 0xc(%esp), %eax
movl 0x4(%ebp), %edx
leal function_trace_op, %ecx
subl $MCOUNT_INSN_SIZE, %eax

.globl ftrace_call
Expand Down

0 comments on commit a57913b

Please sign in to comment.