Skip to content

Commit

Permalink
x86 setup: remove DEF_INITSEG and DEF_SETUPSEG
Browse files Browse the repository at this point in the history
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 <pebolle@tiscali.nl>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
Paul Bolle authored and H. Peter Anvin committed Oct 4, 2008
1 parent f68ec0c commit ba31a5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-x86/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ba31a5f

Please sign in to comment.