Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2003 20:39:43 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29925 for review
Message-ID:  <200304280339.h3S3dhBc090808@repoman.freebsd.org>

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

Change 29925 by jmallett@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



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