diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-06-28 02:42:14 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-06-28 02:42:14 +0000 |
commit | e68bbaebbd4c651e7d13c22f491ffca8b3e1f935 (patch) | |
tree | 664bafb70fc5b27548a6d84fd30744414905956a /sys/arch/amd64 | |
parent | a18521801dd7c3d24c9e079dd3a85a372bd786fe (diff) |
LDT is gone and not coming back
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/segments.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/segments.h b/sys/arch/amd64/include/segments.h index e5b5597a525..eebf740fd63 100644 --- a/sys/arch/amd64/include/segments.h +++ b/sys/arch/amd64/include/segments.h @@ -1,4 +1,4 @@ -/* $OpenBSD: segments.h,v 1.11 2015/05/24 01:01:49 guenther Exp $ */ +/* $OpenBSD: segments.h,v 1.12 2015/06/28 02:42:13 guenther Exp $ */ /* $NetBSD: segments.h,v 1.1 2003/04/26 18:39:47 fvdl Exp $ */ /*- @@ -150,9 +150,6 @@ struct region_descriptor { } __packed; #ifdef _KERNEL -#if 0 -extern struct sys_segment_descriptor *ldt; -#endif extern struct gate_descriptor *idt; void setgate(struct gate_descriptor *, void *, int, int, int, int); |