diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2009-11-05 17:06:50 -0500 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-11-05 17:48:01 -0500 |
commit | 2da3e160cb3d226d87b907fab26850d838ed8d7c (patch) | |
tree | 02ec5cbadf8d3236770d0f3a908e2a571716e382 /arch/x86/include/asm/hw_breakpoint.h | |
parent | 97eaf5300b9d0cd99c310bf8c4a0f2f3296d88a3 (diff) |
hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h
We plan to make the breakpoints parameters generic among architectures.
For that it's better to move the asm-generic header to a generic linux
header.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/hw_breakpoint.h')
-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 1acb4d45de70..3cfca8e2b5f6 100644 --- a/arch/x86/include/asm/hw_breakpoint.h +++ b/arch/x86/include/asm/hw_breakpoint.h | |||
@@ -12,7 +12,7 @@ struct arch_hw_breakpoint { | |||
12 | }; | 12 | }; |
13 | 13 | ||
14 | #include <linux/kdebug.h> | 14 | #include <linux/kdebug.h> |
15 | #include <asm-generic/hw_breakpoint.h> | 15 | #include <linux/hw_breakpoint.h> |
16 | 16 | ||
17 | /* Available HW breakpoint length encodings */ | 17 | /* Available HW breakpoint length encodings */ |
18 | #define HW_BREAKPOINT_LEN_1 0x40 | 18 | #define HW_BREAKPOINT_LEN_1 0x40 |