ian 8e2dd9b5e3 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.
2014-05-16 01:30:30 +00:00
..
2014-02-18 20:27:17 +00:00
2012-08-01 17:24:53 +00:00
2012-05-24 22:00:48 +00:00
2012-07-21 21:52:48 +00:00
2012-01-15 13:23:18 +00:00
2012-03-28 20:58:30 +00:00
2014-04-04 14:54:54 +00:00
2014-05-16 01:30:30 +00:00