diff options
-rw-r--r-- | arch/x86/include/asm/ftrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/ftrace.h b/arch/x86/include/asm/ftrace.h index bd2c6511c887..71136545187a 100644 --- a/arch/x86/include/asm/ftrace.h +++ b/arch/x86/include/asm/ftrace.h | |||
@@ -30,9 +30,9 @@ | |||
30 | 30 | ||
31 | /* FIXME: I don't want to stay hardcoded */ | 31 | /* FIXME: I don't want to stay hardcoded */ |
32 | #ifdef CONFIG_X86_64 | 32 | #ifdef CONFIG_X86_64 |
33 | # define FTRACE_SYSCALL_MAX 296 | 33 | # define FTRACE_SYSCALL_MAX 299 |
34 | #else | 34 | #else |
35 | # define FTRACE_SYSCALL_MAX 333 | 35 | # define FTRACE_SYSCALL_MAX 337 |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | #ifdef CONFIG_FUNCTION_TRACER | 38 | #ifdef CONFIG_FUNCTION_TRACER |