Date: Thu, 9 Dec 2010 06:34:28 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files.mips src/sys/mips/include pmap.h vmparam.h src/sys/mips/mips pmap.c uma_machdep.c Message-ID: <201012090634.oB96YkD5025953@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jchandra 2010-12-09 06:34:28 UTC FreeBSD src repository Modified files: sys/conf files.mips sys/mips/include pmap.h vmparam.h sys/mips/mips pmap.c Added files: sys/mips/mips uma_machdep.c Log: SVN rev 216315 on 2010-12-09 06:34:28Z by jchandra UMA_MD_SMALL_ALLOC for mips. Implement uma_small_alloc() and uma_small_free() for mips that allocates pages from direct mapped memory. Uses the same mechanism as the page table page allocator, so that we allocate from KSEG0 in 32 bit, and from XKPHYS on 64 bit. Reviewed by: alc, jmallett Revision Changes Path 1.19 +1 -0 src/sys/conf/files.mips 1.23 +3 -0 src/sys/mips/include/pmap.h 1.13 +2 -0 src/sys/mips/include/vmparam.h 1.86 +10 -12 src/sys/mips/mips/pmap.c 1.1 +87 -0 src/sys/mips/mips/uma_machdep.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012090634.oB96YkD5025953>