Date: Sat, 17 Apr 2010 07:20:01 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/include param.h pte.h vmparam.h src/sys/mips/mips exception.S genassym.c locore.S mpboot.S pmap.c support.S tlb.S trap.c vm_machdep.c Message-ID: <201004170720.o3H7KHk5074157@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2010-04-17 07:20:01 UTC FreeBSD src repository Modified files: sys/mips/include param.h pte.h vmparam.h sys/mips/mips exception.S genassym.c locore.S mpboot.S pmap.c support.S tlb.S trap.c vm_machdep.c Log: SVN rev 206746 on 2010-04-17 07:20:01Z by jmallett o) Add NPDEPG, like NPTEPG but for PDEs. o) Remove NBPG, PGOFSET and PGSHIFT. Use the standard names. o) Remove some unused macros and move things from param.h to vmparam.h that belong in the latter. (Actually, all of the kernel segment values, virtual addresses, etc., belong in one place, but this is a step in the right direction.) Revision Changes Path 1.12 +13 -27 src/sys/mips/include/param.h 1.4 +1 -1 src/sys/mips/include/pte.h 1.3 +11 -20 src/sys/mips/include/vmparam.h 1.12 +3 -3 src/sys/mips/mips/exception.S 1.5 +1 -2 src/sys/mips/mips/genassym.c 1.8 +1 -1 src/sys/mips/mips/locore.S 1.4 +1 -1 src/sys/mips/mips/mpboot.S 1.36 +9 -9 src/sys/mips/mips/pmap.c 1.6 +1 -1 src/sys/mips/mips/support.S 1.3 +4 -4 src/sys/mips/mips/tlb.S 1.11 +6 -6 src/sys/mips/mips/trap.c 1.8 +2 -2 src/sys/mips/mips/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004170720.o3H7KHk5074157>