]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures
authorIngo Molnar <mingo@elte.hu>
Thu, 13 Aug 2009 21:37:26 +0000 (23:37 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 13 Aug 2009 21:38:20 +0000 (23:38 +0200)
commit91891ad561fd473fdbe50c10ff1e47bff7517da9
tree3f99d03bf8af498ef57376f65b7c18b9e18b098a
parent1cb66f782eb52ce269969dfe28c29b52465655da
tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures

The new syscall_regfunc()/unregfunc() functions rely on
the existence of TIF_SYSCALL_FTRACE - but that TIF flag
is only offered by HAVE_FTRACE_SYSCALLS.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jason Baron <jbaron@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/tracepoint.c