Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 03:34:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132539 for review
Message-ID:  <200801050334.m053YaFF001420@repoman.freebsd.org>

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

Change 132539 by imp@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



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