diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-09-22 18:45:01 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-09-22 18:45:01 +0200 |
commit | 90edf27fb89241917e91155bfdcc7c8e5a587222 (patch) | |
tree | a2d1841cfe382f426a3b6ccb306b0665ad455885 /arch/x86/include | |
parent | 41945f6ccf1e86f87fddf6b32db9cf431c05fb54 (diff) | |
parent | 8b15575cae7a93a784c3005c42b069edd9ba64dd (diff) | |
download | linux-90edf27fb89241917e91155bfdcc7c8e5a587222.tar.bz2 |
Merge branch 'linus' into perf/core
Conflicts:
kernel/hw_breakpoint.c
Merge reason: resolve the conflict.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/hw_breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hw_breakpoint.h b/arch/x86/include/asm/hw_breakpoint.h index 528a11e8d3e3..824ca07860d0 100644 --- a/arch/x86/include/asm/hw_breakpoint.h +++ b/arch/x86/include/asm/hw_breakpoint.h @@ -20,7 +20,7 @@ struct arch_hw_breakpoint { #include <linux/list.h> /* Available HW breakpoint length encodings */ -#define X86_BREAKPOINT_LEN_X 0x00 +#define X86_BREAKPOINT_LEN_X 0x40 #define X86_BREAKPOINT_LEN_1 0x40 #define X86_BREAKPOINT_LEN_2 0x44 #define X86_BREAKPOINT_LEN_4 0x4c |