[Midnightbsd-cvs] src [7344] trunk/sys/amd64/include/param.h: remove hard coded limit for kern.maxswzone

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 11:22:15 EDT 2015


Revision: 7344
          http://svnweb.midnightbsd.org/src/?rev=7344
Author:   laffer1
Date:     2015-10-03 11:22:15 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
remove hard coded limit for kern.maxswzone

Modified Paths:
--------------
    trunk/sys/amd64/include/param.h

Modified: trunk/sys/amd64/include/param.h
===================================================================
--- trunk/sys/amd64/include/param.h	2015-10-03 02:21:32 UTC (rev 7343)
+++ trunk/sys/amd64/include/param.h	2015-10-03 15:22:15 UTC (rev 7344)
@@ -123,14 +123,6 @@
 #define	KSTACK_GUARD_PAGES 1	/* pages of kstack guard; 0 disables */
 
 /*
- * Ceiling on amount of swblock kva space, can be changed via
- * the kern.maxswzone /boot/loader.conf variable.
- */
-#ifndef VM_SWZONE_SIZE_MAX
-#define	VM_SWZONE_SIZE_MAX	(32 * 1024 * 1024)
-#endif
-
-/*
  * Mach derived conversion macros
  */
 #define	round_page(x)	((((unsigned long)(x)) + PAGE_MASK) & ~(PAGE_MASK))



More information about the Midnightbsd-cvs mailing list