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)
commit60d970c254b95ec7a0fc4c590b510253987b64a0
tree3f99d03bf8af498ef57376f65b7c18b9e18b098a
parent19007a67a64f9b3cbbd7024f972654ebf14daade
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