diff options
Diffstat (limited to 'arch/x86/include/asm/kprobes.h')
-rw-r--r-- | arch/x86/include/asm/kprobes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kprobes.h b/arch/x86/include/asm/kprobes.h index 6cf65437b5e5..9f2e3102e0bb 100644 --- a/arch/x86/include/asm/kprobes.h +++ b/arch/x86/include/asm/kprobes.h | |||
@@ -58,8 +58,8 @@ extern __visible kprobe_opcode_t optprobe_template_call[]; | |||
58 | extern __visible kprobe_opcode_t optprobe_template_end[]; | 58 | extern __visible kprobe_opcode_t optprobe_template_end[]; |
59 | #define MAX_OPTIMIZED_LENGTH (MAX_INSN_SIZE + RELATIVE_ADDR_SIZE) | 59 | #define MAX_OPTIMIZED_LENGTH (MAX_INSN_SIZE + RELATIVE_ADDR_SIZE) |
60 | #define MAX_OPTINSN_SIZE \ | 60 | #define MAX_OPTINSN_SIZE \ |
61 | (((unsigned long)&optprobe_template_end - \ | 61 | (((unsigned long)optprobe_template_end - \ |
62 | (unsigned long)&optprobe_template_entry) + \ | 62 | (unsigned long)optprobe_template_entry) + \ |
63 | MAX_OPTIMIZED_LENGTH + RELATIVEJUMP_SIZE) | 63 | MAX_OPTIMIZED_LENGTH + RELATIVEJUMP_SIZE) |
64 | 64 | ||
65 | extern const int kretprobe_blacklist_size; | 65 | extern const int kretprobe_blacklist_size; |