diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-30 07:33:01 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:01 -0500 |
commit | 2a6648e65a2939b80c44262975176a15bac3a75e (patch) | |
tree | 4c169dd3d1f78676bb65981dab0e80ed2a238c1e /include/asm-x86/segment_32.h | |
parent | 1017579a8c6ad6f32154e41ddfdf96d1efbb21b4 (diff) |
x86: <asm/segment.h>: boot GDT entries are 32/64-independent
The boot GDT entries are common between 32- and 64-bit mode, so move
them to common code instead of having two identical copies.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/segment_32.h')
-rw-r--r-- | include/asm-x86/segment_32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/segment_32.h b/include/asm-x86/segment_32.h deleted file mode 100644 index 8b137891791f..000000000000 --- a/include/asm-x86/segment_32.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | |||