artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a21c30
)
Nuke bigmem for release, still has issues.
author
weingart
<weingart@openbsd.org>
Tue, 12 Aug 2008 18:27:22 +0000
(18:27 +0000)
committer
weingart
<weingart@openbsd.org>
Tue, 12 Aug 2008 18:27:22 +0000
(18:27 +0000)
ok deraadt@
sys/arch/amd64/amd64/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/machdep.c
b/sys/arch/amd64/amd64/machdep.c
index
c8a89c0
..
cddf128
100644
(file)
--- a/
sys/arch/amd64/amd64/machdep.c
+++ b/
sys/arch/amd64/amd64/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.8
1 2008/06/27 17:22:14 miod Exp $
*/
+/* $OpenBSD: machdep.c,v 1.8
2 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)