]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r257854 (discussed with alc@)
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 16 May 2014 01:30:30 +0000 (01:30 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 16 May 2014 01:30:30 +0000 (01:30 +0000)
commit5d8240b171f763dcd78711976d4590252047a7f3
tree35fa7519fc913330e83ec8d0a5549451f541f2e2
parentc212ae4d593032309fbaa4ddfd2848a939a1b844
MFC r257854 (discussed with alc@)

  As of r257209, all architectures have defined
  VM_KMEM_SIZE_SCALE.  In other words, every architecture is now
  auto-sizing the kmem arena.  This revision changes kmeminit() so
  that the definition of VM_KMEM_SIZE_SCALE becomes mandatory and
  the definition of VM_KMEM_SIZE becomes optional.

  Replace or eliminate all existing definitions of VM_KMEM_SIZE.
  With auto-sizing enabled, VM_KMEM_SIZE effectively became an
  alternate spelling for VM_KMEM_SIZE_MIN on most architectures.
  Use VM_KMEM_SIZE_MIN for clarity.

git-svn-id: svn://svn.freebsd.org/base/stable/10@266204 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/include/vmparam.h
sys/arm/include/vmparam.h
sys/i386/include/vmparam.h
sys/ia64/include/vmparam.h
sys/kern/kern_malloc.c
sys/mips/include/vmparam.h
sys/powerpc/include/vmparam.h
sys/sparc64/include/vmparam.h