PERFORCE change 132409 for review
    Warner Losh 
    imp at FreeBSD.org
       
    Thu Jan  3 09:23:56 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=132409
Change 132409 by imp at imp_paco-paco on 2008/01/03 17:23:28
	Make this compile at least.
	
	Note: we'll likely have to investigate different cache_xxx.S files
	for different CPUs in the future.
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/cache.S#4 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/mips/cache.S#4 (text+ko) ====
@@ -35,6 +35,7 @@
  */
 #include <machine/asm.h>
 #include <machine/cpu.h>
+#include <machine/cpuregs.h>
 #include <machine/regnum.h>
 
 #include "assym.s"
@@ -74,6 +75,8 @@
 #define	HitWB_S			0x1b
 
 
+#define InvalidateSecondaryPage 0x17    /* Only RM527[0-1] */
+
 /*
  *  RM7000 config register bits.
  */
    
    
More information about the p4-projects
mailing list