Date: Mon, 17 Jul 2006 12:36:59 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101757 for review Message-ID: <200607171236.k6HCaxWS083976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101757 Change 101757 by bms@bms_montagne on 2006/07/17 12:36:02 Nuke specialreg.h ; it's just a fork/copy of cpuregs.h Eliminate references Affected files ... .. //depot/projects/mips2/src/sys/mips/include/specialreg.h#3 delete .. //depot/projects/mips2/src/sys/mips/mips/sys_machdep.c#3 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips/sys_machdep.c#3 (text+ko) ==== @@ -33,12 +33,7 @@ #include <sys/lock.h> #include <sys/proc.h> #include <sys/sysproto.h> -/* - * XXXMIPS: Comment it for now. - */ -#if 0 -#include <machine/specialreg.h> -#endif + #include <machine/sysarch.h> #include <machine/pcb.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607171236.k6HCaxWS083976>