Date: Mon, 25 Jul 2011 14:33:37 +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: <201107251433.p6PEXovs058261@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-25 14:33:37 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/sparc64/include vmparam.h
Log:
SVN rev 224310 on 2011-07-25 14:33:37Z 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.18.2.5 +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?201107251433.p6PEXovs058261>
