diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2008-10-04 15:21:44 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-04 16:08:37 -0400 |
commit | ba31a5f88b6f907e715ff43db06403e12465b703 (patch) | |
tree | d32bf4f4f26f9d1fd93da82c9c35de209363776a /include/asm-x86 | |
parent | f68ec0c24755e5cdb779be6240925f2175311d84 (diff) |
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 <pebolle@tiscali.nl>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/boot.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
2 | #define _ASM_BOOT_H | 2 | #define _ASM_BOOT_H |
3 | 3 | ||
4 | /* Don't touch these, unless you really know what you're doing. */ | 4 | /* Don't touch these, unless you really know what you're doing. */ |
5 | #define DEF_INITSEG 0x9000 | ||
6 | #define DEF_SYSSEG 0x1000 | 5 | #define DEF_SYSSEG 0x1000 |
7 | #define DEF_SETUPSEG 0x9020 | ||
8 | #define DEF_SYSSIZE 0x7F00 | 6 | #define DEF_SYSSIZE 0x7F00 |
9 | 7 | ||
10 | /* Internal svga startup constants */ | 8 | /* Internal svga startup constants */ |