Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100472
b: refs/heads/master
c: caf8cde
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent 30caf23 commit 80162f8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9ff9cdb2d3b0971f89e899b3420aadd91bddc215
refs/heads/master: caf8cdebfb6c1cff50ea8077f1a07c2333d6d1fd
4 changes: 2 additions & 2 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ ftrace_record_ip(unsigned long ip)
preempt_enable_notrace();
}

#define FTRACE_ADDR ((long)(&ftrace_caller))
#define MCOUNT_ADDR ((long)(&mcount))
#define FTRACE_ADDR ((long)(ftrace_caller))
#define MCOUNT_ADDR ((long)(mcount))

static void notrace
__ftrace_replace_code(struct dyn_ftrace *rec,
Expand Down

0 comments on commit 80162f8

Please sign in to comment.