Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takes
authorkettenis <kettenis@openbsd.org>
Sat, 20 Aug 2016 19:31:01 +0000 (19:31 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 20 Aug 2016 19:31:01 +0000 (19:31 +0000)
effect.  This will let us have different settings on armv7 and zaurus and
also unconfuses this developer.

ok tom@, deraadt@

sys/arch/arm/include/param.h

index c8dc039..de0e386 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.21 2013/06/13 05:13:12 deraadt Exp $      */
+/*     $OpenBSD: param.h,v 1.22 2016/08/20 19:31:01 kettenis Exp $     */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
 
 #define        NMBCLUSTERS     4096                    /* map size, max cluster allocation */
 
-#ifndef        MSGBUFSIZE
-#define        MSGBUFSIZE      (1 * PAGE_SIZE)         /* default message buffer size */
-#endif
-
 /*
  * Maximum size of the kernel malloc arena in PAGE_SIZE-sized
  * logical pages.