x86 setup: remove DEF_INITSEG and DEF_SETUPSEG
authorPaul Bolle <pebolle@tiscali.nl>
Sat, 4 Oct 2008 19:21:44 +0000 (21:21 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 4 Oct 2008 20:08:37 +0000 (13:08 -0700)
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>

No differences found