x86: <asm/segment.h>: boot GDT entries are 32/64-independent
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 Jan 2008 12:33:01 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:01 +0000 (13:33 +0100)
commit2a6648e65a2939b80c44262975176a15bac3a75e
tree4c169dd3d1f78676bb65981dab0e80ed2a238c1e
parent1017579a8c6ad6f32154e41ddfdf96d1efbb21b4
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>
include/asm-x86/segment.h
include/asm-x86/segment_32.h [deleted file]