Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej-mips-cache]: src/sys/arch/mips/conf Pull in new cache code, cond...



details:   https://anonhg.NetBSD.org/src/rev/4952300cb7d9
branches:  thorpej-mips-cache
changeset: 516458:4952300cb7d9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 24 17:37:03 2001 +0000

description:
Pull in new cache code, conditional on which CPU arch's are configured
into the kernel.

diffstat:

 sys/arch/mips/conf/files.mips |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 87547921b102 -r 4952300cb7d9 sys/arch/mips/conf/files.mips
--- a/sys/arch/mips/conf/files.mips     Wed Oct 24 17:36:17 2001 +0000
+++ b/sys/arch/mips/conf/files.mips     Wed Oct 24 17:37:03 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mips,v 1.31 2001/09/23 19:45:42 manu Exp $
+#      $NetBSD: files.mips,v 1.31.2.1 2001/10/24 17:37:03 thorpej Exp $
 #
 
 defopt         opt_cputype.h           NOTYET  # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
@@ -12,6 +12,13 @@
 defopt opt_mips_cache.h                MIPS3_L2CACHE_ABSENT
                                        MIPS3_L2CACHE_PRESENT
                                        MIPS3_NO_PV_UNCACHED
+
+file   arch/mips/mips/cache.c
+file   arch/mips/mips/cache_r3k.c      mips1
+file   arch/mips/mips/cache_r3k_subr.S mips1
+file   arch/mips/mips/cache_r4k.c      mips3
+file   arch/mips/mips/cache_r5k.c      mips3
+
 file   arch/mips/mips/db_disasm.c      ddb
 file   arch/mips/mips/db_interface.c   ddb | kgdb
 file   arch/mips/mips/db_trace.c       ddb



Home | Main Index | Thread Index | Old Index