PERFORCE change 29925 for review

Juli Mallett jmallett at FreeBSD.org
Sun Apr 27 20:39:45 PDT 2003


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

Change 29925 by jmallett at jmallett_dalek on 2003/04/27 20:38:42

	Add cache code.

Affected files ...

.. //depot/projects/mips/sys/conf/files.mips#14 edit

Differences ...

==== //depot/projects/mips/sys/conf/files.mips#14 (text+ko) ====

@@ -13,12 +13,19 @@
 mips/mips/critical.c		standard
 mips/mips/elf_machdep.c		standard
 mips/mips/locore.S		standard	no-obj
+mips/mips/locore_mips3.S	standard
 mips/mips/machdep.c		standard
 mips/mips/pmap.c		standard
 mips/mips/sig_machdep.c		standard
 mips/mips/support.S		standard
 mips/mips/sys_machdep.c		standard
 mips/mips/vm_machdep.c		standard
+# XXX cache code needs to be split up per CPU type, but yuck.
+mips/mips/cache.c		standard
+mips/mips/cache_mipsNN.c	standard
+mips/mips/cache_r4k.c		standard
+mips/mips/cache_r5k.c		standard
+mips/mips/cache_r5k_subr.S	standard
 
 # This stanza is platform files, per platform.
 geom/geom_fx.c			optional	sgimips


More information about the p4-projects mailing list