diff options
Diffstat (limited to 'arch/x86/include/asm/uprobes.h')
-rw-r--r-- | arch/x86/include/asm/uprobes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h index 384f1bebf88..0500391f57d 100644 --- a/arch/x86/include/asm/uprobes.h +++ b/arch/x86/include/asm/uprobes.h | |||
@@ -28,8 +28,8 @@ typedef u8 uprobe_opcode_t; | |||
28 | #define MAX_UINSN_BYTES 16 | 28 | #define MAX_UINSN_BYTES 16 |
29 | #define UPROBE_XOL_SLOT_BYTES 128 /* to keep it cache aligned */ | 29 | #define UPROBE_XOL_SLOT_BYTES 128 /* to keep it cache aligned */ |
30 | 30 | ||
31 | #define UPROBE_BKPT_INSN 0xcc | 31 | #define UPROBE_SWBP_INSN 0xcc |
32 | #define UPROBE_BKPT_INSN_SIZE 1 | 32 | #define UPROBE_SWBP_INSN_SIZE 1 |
33 | 33 | ||
34 | struct arch_uprobe { | 34 | struct arch_uprobe { |
35 | u16 fixups; | 35 | u16 fixups; |