diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-11-21 00:06:55 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-11-21 00:06:55 +0100 |
commit | 9f054063ec0f092f0fd0470a704650e4e761e4d7 (patch) | |
tree | fc557f496226215855e140c78ced1b5071599caa | |
parent | ef2fdb6fdd012722394f5dd75ecdf1ffb1193db6 (diff) | |
download | plan9front-9f054063ec0f092f0fd0470a704650e4e761e4d7.tar.xz |
pc/l.s: remove unsued m0gdtptr/m0idtptr structs
-rw-r--r-- | sys/src/9/pc/l.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/src/9/pc/l.s b/sys/src/9/pc/l.s index d9ee95597..4f1bc788b 100644 --- a/sys/src/9/pc/l.s +++ b/sys/src/9/pc/l.s @@ -144,18 +144,6 @@ TEXT tgdtptr(SB), $0 WORD $(3*8) LONG $tgdt-KZERO(SB) -TEXT m0rgdtptr(SB), $0 - WORD $(NGDT*8-1) - LONG $(CPU0GDT-KZERO) - -TEXT m0gdtptr(SB), $0 - WORD $(NGDT*8-1) - LONG $CPU0GDT - -TEXT m0idtptr(SB), $0 - WORD $(256*8-1) - LONG $IDTADDR - TEXT vtgdtptr(SB), $0 WORD $(3*8) LONG $tgdt(SB) |