diff options
author | 2015-06-28 02:42:13 +0000 | |
---|---|---|
committer | 2015-06-28 02:42:13 +0000 | |
commit | 97fae5aecbe64438a7680173769558aa20d0e17a (patch) | |
tree | bc3cd8d5e81fa11fcf5a6363828418099901abf4 | |
parent | Split AST handling from trap() into ast() and get rid of T_ASTFLT. (diff) | |
download | wireguard-openbsd-97fae5aecbe64438a7680173769558aa20d0e17a.tar.xz wireguard-openbsd-97fae5aecbe64438a7680173769558aa20d0e17a.zip |
LDT is gone and not coming back
-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); |