diff options
Diffstat (limited to 'include/linux/stacktrace.h')
-rw-r--r-- | include/linux/stacktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index fd42d6851109..1a8cecc4f38c 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h | |||
@@ -16,7 +16,7 @@ extern void save_stack_trace_tsk(struct task_struct *tsk, | |||
16 | 16 | ||
17 | extern void print_stack_trace(struct stack_trace *trace, int spaces); | 17 | extern void print_stack_trace(struct stack_trace *trace, int spaces); |
18 | 18 | ||
19 | #ifdef CONFIG_X86 | 19 | #ifdef CONFIG_USER_STACKTRACE_SUPPORT |
20 | extern void save_stack_trace_user(struct stack_trace *trace); | 20 | extern void save_stack_trace_user(struct stack_trace *trace); |
21 | #else | 21 | #else |
22 | # define save_stack_trace_user(trace) do { } while (0) | 22 | # define save_stack_trace_user(trace) do { } while (0) |