From: Paul Bolle Date: Sat, 4 Oct 2008 19:21:44 +0000 (+0200) Subject: x86 setup: remove DEF_INITSEG and DEF_SETUPSEG X-Git-Tag: firefly_0821_release~17807^2^11~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba31a5f88b6f907e715ff43db06403e12465b703;p=firefly-linux-kernel-4.4.55.git x86 setup: remove DEF_INITSEG and DEF_SETUPSEG Since v.2.6.23 DEF_INITSEG and DEF_SETUPSEG are unused. Commit c397368 ("Remove old i386 setup code") dropped their usage for i386. They did not return in the x86 tree. (Something similar must have happened for x86_64.) Remove these. Signed-off-by: Paul Bolle Signed-off-by: H. Peter Anvin --- diff --git a/include/asm-x86/boot.h b/include/asm-x86/boot.h index 2faed7ecb092..7b287df4ab55 100644 --- a/include/asm-x86/boot.h +++ b/include/asm-x86/boot.h @@ -2,9 +2,7 @@ #define _ASM_BOOT_H /* Don't touch these, unless you really know what you're doing. */ -#define DEF_INITSEG 0x9000 #define DEF_SYSSEG 0x1000 -#define DEF_SETUPSEG 0x9020 #define DEF_SYSSIZE 0x7F00 /* Internal svga startup constants */