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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user