summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-26 06:42:21 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-26 06:42:21 +0000
commitcd86a8668e92ba2e7fbedfac37b02ccc741557c2 (patch)
treeaa8911537d25f2a03171dfaa875706fa9c47438f /sys/arch
parenta088eb630bf725a730aaf19ce3f2c221633a1635 (diff)
change default data limit so that source build will work without modifications.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/vmparam.h b/sys/arch/powerpc/include/vmparam.h
index 3cf36e06aec..e35f937122a 100644
--- a/sys/arch/powerpc/include/vmparam.h
+++ b/sys/arch/powerpc/include/vmparam.h
@@ -39,7 +39,7 @@
#endif
#ifndef DFLDSIZ
-#define DFLDSIZ (16*1024*1024) /* default data size */
+#define DFLDSIZ (32*1024*1024) /* default data size */
#endif
#ifndef MAXDSIZ