Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140758
b: refs/heads/master
c: 97d0bb8
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 17, 2009
1 parent 3ddfc15 commit ddbf2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f492d3f8385a98f828e8220d14492337dc29e07b
refs/heads/master: 97d0bb8dcd8c2812e1927cdb51d7b1f9c98352b5
2 changes: 2 additions & 0 deletions trunk/include/linux/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,11 @@ extern void ftrace_enable_daemon(void);
static inline void ftrace_release(void *start, unsigned long size) { }
static inline int register_ftrace_command(struct ftrace_func_command *cmd)
{
return -EINVAL;
}
static inline int unregister_ftrace_command(char *cmd_name)
{
return -EINVAL;
}
#endif /* CONFIG_DYNAMIC_FTRACE */

Expand Down

0 comments on commit ddbf2d7

Please sign in to comment.