Commit ba31a5f8 authored by Paul Bolle's avatar Paul Bolle Committed by H. Peter Anvin

x86 setup: remove DEF_INITSEG and DEF_SETUPSEG

Since v.2.6.23 DEF_INITSEG and DEF_SETUPSEG are unused. Commit c3973682
("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent f68ec0c2
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment