K 10 svn:author V 4 fjoe K 8 svn:date V 27 2010-11-28T19:26:20.309449Z K 7 svn:log V 293 Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built with DEBUG_MEMGUARD panics early in kmeminit() with the message "kmem_suballoc: bad status return of 1" because of zero "size" argument passed to kmem_suballoc() due to "vm_kmem_size_max" being zero. The problem also exists on ia64. END