summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2012-08-14 17:01:21 +0000
committerdes <des@FreeBSD.org>2012-08-14 17:01:21 +0000
commit0c96728586b059b0713dcf45101abcfdb8d1310a (patch)
tree7d20beffd1daa12873a58736daa1ebbb0813f21a /sys/amd64
parent8eab28ac2fb3af91a7a0b82f1470294637b9719f (diff)
downloadFreeBSD-src-0c96728586b059b0713dcf45101abcfdb8d1310a.zip
FreeBSD-src-0c96728586b059b0713dcf45101abcfdb8d1310a.tar.gz
As discussed on -current, remove the hardcoded default maxswzone.
MFC after: 3 weeks
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/param.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index 6dbeb40..9ddcf68 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -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))
OpenPOWER on IntegriCloud