diff options
author | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 20:35:37 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 20:35:37 +0200 |
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 24bbde8c1b7..559830ece75 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -1,8 +1,6 @@ include include/asm-generic/Kbuild.asm header-y += boot.h -header-y += debugreg_32.h -header-y += debugreg_64.h header-y += debugreg.h header-y += ldt.h header-y += msr-index.h |