diff options
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r-- | arch/x86/oprofile/backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/oprofile/backtrace.c b/arch/x86/oprofile/backtrace.c index cc353a0b183e..671a7ecf11aa 100644 --- a/arch/x86/oprofile/backtrace.c +++ b/arch/x86/oprofile/backtrace.c | |||
@@ -32,7 +32,7 @@ static int backtrace_stack(void *data, char *name) | |||
32 | return 0; | 32 | return 0; |
33 | } | 33 | } |
34 | 34 | ||
35 | static void backtrace_address(void *data, unsigned long addr) | 35 | static void backtrace_address(void *data, unsigned long addr, int reliable) |
36 | { | 36 | { |
37 | unsigned int *depth = data; | 37 | unsigned int *depth = data; |
38 | 38 | ||