Date: Mon, 4 Aug 2008 14:47:49 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm vm_machdep.c Message-ID: <200808041448.m74Em481063505@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
raj 2008-08-04 14:47:49 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
SVN rev 181296 on 2008-08-04 14:47:49Z by raj
Fix ARM nocache allocator:
- let the loop iterate every page (as intended), and not some multiplies
(which led to a fake exhaustion of the ARM_NOCACHE_KVA_SIZE)
- eliminate using MIN(): it compared number of pages vs. address
(ARM_TP_ADDRESS), which was bogus
Reviewed by: cognet, imp
Obtained from: Piotr Ziecik kosmo ! semihalf dot com
MFC after: 3 days
Revision Changes Path
1.37 +4 -5 src/sys/arm/arm/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808041448.m74Em481063505>
