summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/support.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/support.S')
-rw-r--r--sys/amd64/amd64/support.S22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 6e3286e..5e57315 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -1553,28 +1553,6 @@ ENTRY(lgdt)
movl $KCSEL,4(%esp)
lret
-/*
- * void lidt(struct region_descriptor *rdp);
- */
-ENTRY(lidt)
- movl 4(%esp),%eax
- lidt (%eax)
- ret
-
-/*
- * void lldt(u_short sel)
- */
-ENTRY(lldt)
- lldt 4(%esp)
- ret
-
-/*
- * void ltr(u_short sel)
- */
-ENTRY(ltr)
- ltr 4(%esp)
- ret
-
/* ssdtosd(*ssdp,*sdp) */
ENTRY(ssdtosd)
pushl %ebx
OpenPOWER on IntegriCloud