diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2009-11-05 23:06:50 +0100 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-11-05 23:48:01 +0100 |
commit | 2da3e160cb3d226d87b907fab26850d838ed8d7c (patch) | |
tree | 02ec5cbadf8d3236770d0f3a908e2a571716e382 /arch | |
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')
-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 { }; #include <linux/kdebug.h> -#include <asm-generic/hw_breakpoint.h> +#include <linux/hw_breakpoint.h> /* Available HW breakpoint length encodings */ #define HW_BREAKPOINT_LEN_1 0x40 |