summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-03 21:38:50 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-03 21:38:50 +0000
commit496e4ced8e432675763c019790713eab351310e2 (patch)
treef8ab5a9c27abfbd949a12a1598e42765239045d6 /sys/arch/socppc
parent505cea8528c8fbd4ec1cb725dcde7aef69c622e4 (diff)
Crank MAXDSIZ up to 2G on macppc and socppc.
ok miod@ drahn@ kettenis@
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r--sys/arch/socppc/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/include/vmparam.h b/sys/arch/socppc/include/vmparam.h
index c3981e01b24..961df48a3ac 100644
--- a/sys/arch/socppc/include/vmparam.h
+++ b/sys/arch/socppc/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.3 2010/12/15 05:30:19 tedu Exp $ */
+/* $OpenBSD: vmparam.h,v 1.4 2011/03/03 21:38:49 ajacoutot Exp $ */
/* $NetBSD: vmparam.h,v 1.1 1996/09/30 16:34:38 ws Exp $ */
/*-
@@ -47,7 +47,7 @@
#endif
#ifndef MAXDSIZ
-#define MAXDSIZ (512*1024*1024) /* max data size */
+#define MAXDSIZ (2UL*1024*1024*1024) /* max data size */
#endif
#ifndef BRKSIZ