diff options
author | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 14:35:37 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 14:35:37 -0400 |
commit | 21ebddd3efd3aff961153f1bac4793218dfaea9c (patch) | |
tree | 9c51d85f60ee4e0a8136ab57a4eb500812d11b6a /include/asm-x86/Kbuild | |
parent | 3f0bde835364fd503ac836ebb7d6cac7352a1f30 (diff) |
x86: unify include/asm/debugreg_32/64.h
Almost identical except for the extra DR_LEN_8 and the different
DR_CONTROL_RESERVED defines.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Conflicts:
include/asm-x86/Kbuild
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index 24bbde8c1b72..559830ece755 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild | |||
@@ -1,8 +1,6 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-y += boot.h | 3 | header-y += boot.h |
4 | header-y += debugreg_32.h | ||
5 | header-y += debugreg_64.h | ||
6 | header-y += debugreg.h | 4 | header-y += debugreg.h |
7 | header-y += ldt.h | 5 | header-y += ldt.h |
8 | header-y += msr-index.h | 6 | header-y += msr-index.h |