diff options
author | 2009-04-20 15:44:49 +0000 | |
---|---|---|
committer | 2009-04-20 15:44:49 +0000 | |
commit | d3bfedd763e2415aaa5bdf4f8a26cd09d4651477 (patch) | |
tree | dbaf55363fa5be625c91ad0b8a2487f54a4436e7 | |
parent | unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is (diff) | |
download | wireguard-openbsd-d3bfedd763e2415aaa5bdf4f8a26cd09d4651477.tar.xz wireguard-openbsd-d3bfedd763e2415aaa5bdf4f8a26cd09d4651477.zip |
bigmem is not tweakable by config(8), it never was.
ok oga@
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 28c8d89b540..7524ab5b5e6 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.88 2009/02/15 02:03:40 marco Exp $ */ +/* $OpenBSD: machdep.c,v 1.89 2009/04/20 15:44:49 reyk Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -1238,7 +1238,6 @@ extern vector IDTVEC(osyscall); extern vector IDTVEC(oosyscall); extern vector *IDTVEC(exceptions)[]; -/* Tweakable by config(8) */ int bigmem = 0; void |