Date: Mon, 19 Apr 2010 06:01:58 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/cavium octeon_machdep.c octeon_mp.c src/sys/mips/include cpufunc.h cpuregs.h src/sys/mips/mips genassym.c Message-ID: <201004190602.o3J625Sl060700@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2010-04-19 06:01:58 UTC FreeBSD src repository Modified files: sys/mips/cavium octeon_machdep.c octeon_mp.c sys/mips/include cpufunc.h cpuregs.h sys/mips/mips genassym.c Log: SVN rev 206829 on 2010-04-19 06:01:58Z by jmallett o) Fix XKPHYS physical address extraction. Also define cache coherency attributes for XKPHYS. o) Make coprocessor 0 accessor function macros for register+selector registers take the full name so that e.g. (as done in this commit), prid selector 1 can be written through mips_wr_ebase() rather than mips_wr_prid1(). o) Allow for sign extension of 32-bit segment addresses. o) Remove an unused MIPS-I register number. Revision Changes Path 1.16 +0 -10 src/sys/mips/cavium/octeon_machdep.c 1.2 +1 -1 src/sys/mips/cavium/octeon_mp.c 1.6 +17 -17 src/sys/mips/include/cpufunc.h 1.6 +25 -15 src/sys/mips/include/cpuregs.h 1.7 +6 -0 src/sys/mips/mips/genassym.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004190602.o3J625Sl060700>