diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 6ccf7ada4e77..8ab4cffd19a7 100644 --- a/sys/amd64/include/param.h +++ b/sys/amd64/include/param.h @@ -136,15 +136,6 @@ #define VM_SWZONE_SIZE_MAX (32 * 1024 * 1024) #endif -/* - * Ceiling on size of buffer cache (really only effects write queueing, - * the VM page cache is not effected), can be changed via - * the kern.maxbcache /boot/loader.conf variable. - */ -#ifndef VM_BCACHE_SIZE_MAX -#define VM_BCACHE_SIZE_MAX (1024 * 1024 * 1024) -#endif - /* * Mach derived conversion macros */