diff options
author | 2018-06-16 03:30:11 +0000 | |
---|---|---|
committer | 2018-06-16 03:30:11 +0000 | |
commit | 2a14cce2244c0816e2b7f9ce1a34f4c3da082ba2 (patch) | |
tree | 55d4b4530c7a166ea8528132c4b4c3e6bfb15231 | |
parent | Split out the T_PAGEFLT handling into its own function, pageflttrap(). (diff) | |
download | wireguard-openbsd-2a14cce2244c0816e2b7f9ce1a34f4c3da082ba2.tar.xz wireguard-openbsd-2a14cce2244c0816e2b7f9ce1a34f4c3da082ba2.zip |
Oops, turned on forceukbd during testing of eager FPU work and it slipped
through to the commit
noted by deraadt@
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 8400402779d..f97d467cfaa 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.245 2018/06/05 06:39:10 guenther Exp $ */ +/* $OpenBSD: machdep.c,v 1.246 2018/06/16 03:30:11 guenther Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -192,7 +192,7 @@ paddr_t tramp_pdirpa; int kbd_reset; int lid_action = 1; -int forceukbd = 1; +int forceukbd; /* * safepri is a safe priority for sleep to set for a spin-wait |