From ea79f035d22993eb20b874e04a422397bf0f3be2 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 15 Dec 2010 05:30:20 +0000 Subject: oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks its better as a per arch MD define anyway. all default to MAXDSIZ as before. --- sys/arch/armish/include/vmparam.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/armish') diff --git a/sys/arch/armish/include/vmparam.h b/sys/arch/armish/include/vmparam.h index f4e25e7a9bb..2a437eb79ef 100644 --- a/sys/arch/armish/include/vmparam.h +++ b/sys/arch/armish/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.4 2007/06/09 05:57:32 drahn Exp $ */ +/* $OpenBSD: vmparam.h,v 1.5 2010/12/15 05:30:19 tedu Exp $ */ /* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */ /* @@ -39,6 +39,9 @@ #ifndef MAXDSIZ #define MAXDSIZ (1024*1024*1024) /* max data size */ #endif +#ifndef BRKSIZ +#define BRKSIZ MAXDSIZ /* heap gap size */ +#endif #include -- cgit v1.2.3