diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-11-11 18:52:52 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-11-17 16:35:36 -0500 |
commit | d5e553d6e0a4bdea43adae7373e3fa144b9a1aaa (patch) | |
tree | 4100cdbde899ca3688767606af7854b4e2822674 | |
parent | e79a7fccfb2ab10f8753ac634a1c8473e870ae6c (diff) |
trace: Include <asm/asm-offsets.h> in trace_syscalls.c
Include <asm/asm-offsets.h> into trace_syscalls.c, to allow for
NR_syscalls to be automatically generated.
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r-- | kernel/trace/trace_syscalls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/trace_syscalls.c b/kernel/trace/trace_syscalls.c index cb654542c1a1..5f35f6f15d99 100644 --- a/kernel/trace/trace_syscalls.c +++ b/kernel/trace/trace_syscalls.c | |||
@@ -6,6 +6,7 @@ | |||
6 | #include <linux/ftrace.h> | 6 | #include <linux/ftrace.h> |
7 | #include <linux/perf_event.h> | 7 | #include <linux/perf_event.h> |
8 | #include <asm/syscall.h> | 8 | #include <asm/syscall.h> |
9 | #include <asm/asm-offsets.h> | ||
9 | 10 | ||
10 | #include "trace_output.h" | 11 | #include "trace_output.h" |
11 | #include "trace.h" | 12 | #include "trace.h" |