Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158436
b: refs/heads/master
c: 60d970c
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Aug 13, 2009
1 parent 7185fc3 commit 957303a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 19007a67a64f9b3cbbd7024f972654ebf14daade
refs/heads/master: 60d970c254b95ec7a0fc4c590b510253987b64a0
3 changes: 3 additions & 0 deletions trunk/kernel/tracepoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ __initcall(init_tracepoints);

#endif /* CONFIG_MODULES */

#ifdef CONFIG_FTRACE_SYSCALLS

static DEFINE_MUTEX(regfunc_mutex);
static int sys_tracepoint_refcount;

Expand Down Expand Up @@ -615,3 +617,4 @@ void syscall_unregfunc(void)
}
mutex_unlock(&regfunc_mutex);
}
#endif

0 comments on commit 957303a

Please sign in to comment.