diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-04-20 15:44:50 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-04-20 15:44:50 +0000 |
commit | f87b456b96b7c86efeefa53bb4fb8c79f7379847 (patch) | |
tree | 2f7b1ef0b3f68ec077e31a469329da8410e95fee /sys/arch/amd64 | |
parent | c1b4a23291e39b3206136343f3ed64e0b4d99654 (diff) |
bigmem is not tweakable by config(8), it never was.
ok oga@
Diffstat (limited to 'sys/arch/amd64')
-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 |