Date: Mon, 25 Jul 2011 14:30:44 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/include vmparam.h Message-ID: <201107251430.p6PEUxgH058044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-25 14:30:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/include vmparam.h Log: SVN rev 224309 on 2011-07-25 14:30:44Z by marius MFC: r216016 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.21.2.4 +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?201107251430.p6PEUxgH058044>