Date: Sun, 28 Nov 2010 19:26:20 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/include vmparam.h Message-ID: <201011282007.oASK7hIC093057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fjoe 2010-11-28 19:26:20 UTC FreeBSD src repository Modified files: sys/sparc64/include vmparam.h Log: SVN rev 216016 on 2010-11-28 19:26:20Z by fjoe 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. Revision Changes Path 1.24 +8 -0 src/sys/sparc64/include/vmparam.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011282007.oASK7hIC093057>