Date: Sat, 9 Dec 2006 23:11:30 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sun4v/sun4v pmap.c Message-ID: <200612092311.kB9NBU7K002137@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-12-09 23:11:30 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: Fix handling of the hw.physmem loader variable use real_phys_avail[] which is already bounded by hw.physmem to calculate phys_avail[] - previously only real_phys_avail[] was being bound by hw.physmem so we were allocating memory that wasn't mapped in the direct map Revision Changes Path 1.20 +29 -34 src/sys/sun4v/sun4v/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612092311.kB9NBU7K002137>