aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/Kbuild
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-17 12:04:40 -0400
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>2007-10-17 14:16:47 -0400
commitf6a2e7f2012eeced1dbf093bb98a1c38fee91f78 (patch)
treefab3e6186fa8a0ccde831d34e504e70f7d497361 /include/asm-x86/Kbuild
parent686d8c63d530a5cfdbab2523825e37b904be56f9 (diff)
x86: unify include/asm/ldt_32/64.h
The additional struct member of user_desc can be made conditional for 64 bit compiles. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r--include/asm-x86/Kbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild
index 30f224428724..a0c0b80c7f2d 100644
--- a/include/asm-x86/Kbuild
+++ b/include/asm-x86/Kbuild
@@ -4,8 +4,6 @@ header-y += boot.h
4header-y += debugreg_32.h 4header-y += debugreg_32.h
5header-y += debugreg_64.h 5header-y += debugreg_64.h
6header-y += debugreg.h 6header-y += debugreg.h
7header-y += ldt_32.h
8header-y += ldt_64.h
9header-y += ldt.h 7header-y += ldt.h
10header-y += msr-index.h 8header-y += msr-index.h
11header-y += prctl.h 9header-y += prctl.h