dect
/
linux-2.6
Archived
13
0
Fork 0

tracing: Remove kernel_lock annotations

The BKL is gone, these annotations are useless.

Link: http://lkml.kernel.org/r/1320654202-4433-1-git-send-email-richard@nod.at

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Richard Weinberger 2011-11-07 09:23:22 +01:00 committed by Steven Rostedt
parent a591c73f12
commit 895b67fd58
1 changed files with 0 additions and 2 deletions

View File

@ -763,8 +763,6 @@ update_max_tr_single(struct trace_array *tr, struct task_struct *tsk, int cpu)
* Register a new plugin tracer.
*/
int register_tracer(struct tracer *type)
__releases(kernel_lock)
__acquires(kernel_lock)
{
struct tracer *t;
int ret = 0;