summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2008-05-26 07:47:19 +0000
committerjasper <jasper@openbsd.org>2008-05-26 07:47:19 +0000
commit602e93383022a754416167d3a9d98e0b3e55617f (patch)
treef4bf85f733bb3629bf8dce4881669e80aff365fc
parentEnable cmpci(4) and eso(4). (diff)
downloadwireguard-openbsd-602e93383022a754416167d3a9d98e0b3e55617f.tar.xz
wireguard-openbsd-602e93383022a754416167d3a9d98e0b3e55617f.zip
- also zap userldt here
from travers buda, via deraadt@
-rw-r--r--sys/arch/amd64/include/cpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h
index 437e8adb10f..c69e2556eae 100644
--- a/sys/arch/amd64/include/cpu.h
+++ b/sys/arch/amd64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.33 2007/11/16 16:16:07 deraadt Exp $ */
+/* $OpenBSD: cpu.h,v 1.34 2008/05/26 07:47:19 jasper Exp $ */
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/*-
@@ -339,8 +339,7 @@ void mp_setperf_init(void);
#define CPU_APMWARN 9 /* APM battery warning percentage */
#define CPU_KBDRESET 10 /* keyboard reset under pcvt */
#define CPU_APMHALT 11 /* halt -p hack */
-#define CPU_USERLDT 12
-#define CPU_MAXID 13 /* number of valid machdep ids */
+#define CPU_MAXID 12 /* number of valid machdep ids */
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \
@@ -355,7 +354,6 @@ void mp_setperf_init(void);
{ "apmwarn", CTLTYPE_INT }, \
{ "kbdreset", CTLTYPE_INT }, \
{ "apmhalt", CTLTYPE_INT }, \
- { "userldt", CTLTYPE_INT }, \
}
/*