diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2008-08-12 18:27:23 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2008-08-12 18:27:23 +0000 |
commit | f45a8715103c1290c3777cd680867cf7cca6f9c8 (patch) | |
tree | 24dbc6a9864679cdb3285f518d344bdad08a78cc /sys/arch/amd64 | |
parent | 9c94df4c7d62756341969e83badbdb7514e86522 (diff) |
Nuke bigmem for release, still has issues.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-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 c8a89c09376..cddf1287208 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.81 2008/06/27 17:22:14 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.82 2008/08/12 18:27:22 weingart Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -1198,7 +1198,7 @@ extern vector IDTVEC(oosyscall); extern vector *IDTVEC(exceptions)[]; /* Tweakable by config(8) */ -int bigmem = 1; +int bigmem = 0; void init_x86_64(paddr_t first_avail) |