Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2008 17:23:55 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132409 for review
Message-ID:  <200801031723.m03HNtl2024102@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132409

Change 132409 by imp@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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801031723.m03HNtl2024102>