PERFORCE change 132539 for review

Warner Losh imp at FreeBSD.org
Fri Jan 4 19:34:36 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132539

Change 132539 by imp at imp_paco-paco on 2008/01/05 03:34:31

	Hook in the tlb functions.  More undefines bite the dust...

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/conf/files.mips#5 edit
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/tlb.S#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/conf/files.mips#5 (text+ko) ====

@@ -64,6 +64,7 @@
 mips/mips/fp.S			standard
 mips/mips/pm_machdep.c		standard
 mips/mips/swtch.S		standard
+mips/mips/tlb.S		standard
 
 mips/mips/busdma_machdep.c 	standard
 #mips/mips/cache.c		standard

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/tlb.S#3 (text+ko) ====

@@ -57,10 +57,11 @@
 
 #include <machine/asm.h>
 #include <machine/cpu.h>
+#include <machine/cpuregs.h>
 #include <machine/regnum.h>
 #include <machine/pte.h>
 
-#include "assym.S"
+#include "assym.s"
 
 	.set	noreorder			# Noreorder is default style!
 	.set	mips3


More information about the p4-projects mailing list