Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121258
b: refs/heads/master
c: 6b25393
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Dec 4, 2008
1 parent f77ed0c commit cb9e650
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e32d89569128e76bdf84867be0928902ca9f7555
refs/heads/master: 6b2539302bee8e88c99e3c7d80c16a04dbe5e2ad
6 changes: 5 additions & 1 deletion trunk/kernel/trace/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,11 @@ static inline int ftrace_graph_addr(unsigned long addr)
#else
static inline int ftrace_trace_addr(unsigned long addr)
{
return 1
return 1;
}
static inline int ftrace_graph_addr(unsigned long addr)
{
return 1;
}
#endif /* CONFIG_DYNAMIC_FTRACE */

Expand Down

0 comments on commit cb9e650

Please sign in to comment.