diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2009-11-21 23:21:34 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-22 03:03:43 -0500 |
commit | b3a75542d329ce4e1c66b293cefeb4429a2af043 (patch) | |
tree | 1b9398078ce51278f01752efc57a0040d2a16163 /kernel | |
parent | 28889bf9e2db29747d58cd47a92d727f927c3aee (diff) |
hw-breakpoints: Remove x86 specific headers from core file
Remove asm/processor.h and asm/debugreg.h as these headers are
not used anymore in the hw-breakpoints core file.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Prasad <prasad@linux.vnet.ibm.com>
LKML-Reference: <1258863695-10464-3-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/hw_breakpoint.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/hw_breakpoint.c b/kernel/hw_breakpoint.c index 9ea9414e0e58..b6d6fa273eeb 100644 --- a/kernel/hw_breakpoint.c +++ b/kernel/hw_breakpoint.c | |||
@@ -40,12 +40,6 @@ | |||
40 | 40 | ||
41 | #include <linux/hw_breakpoint.h> | 41 | #include <linux/hw_breakpoint.h> |
42 | 42 | ||
43 | #include <asm/processor.h> | ||
44 | |||
45 | #ifdef CONFIG_X86 | ||
46 | #include <asm/debugreg.h> | ||
47 | #endif | ||
48 | |||
49 | /* | 43 | /* |
50 | * Constraints data | 44 | * Constraints data |
51 | */ | 45 | */ |