diff options
Diffstat (limited to 'arch/x86/kernel/ftrace.c')
| -rw-r--r-- | arch/x86/kernel/ftrace.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c index c39f906cdc4e..7cc540e6de0c 100644 --- a/arch/x86/kernel/ftrace.c +++ b/arch/x86/kernel/ftrace.c @@ -303,7 +303,7 @@ union ftrace_op_code_union {  	} __attribute__((packed));  }; -#define RET_SIZE		1 +#define RET_SIZE		1 + IS_ENABLED(CONFIG_SLS)  static unsigned long  create_trampoline(struct ftrace_ops *ops, unsigned int *tramp_size) |