Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Include opt_mips_cache.h for options MIPS...



details:   https://anonhg.NetBSD.org/src/rev/dbdf8ea01c3d
branches:  trunk
changeset: 552883:dbdf8ea01c3d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Oct 05 16:38:03 2003 +0000

description:
Include opt_mips_cache.h for options MIPS3_L2CACHE_ABSENT and
MIPS3_NO_PV_UNCACHED.

diffstat:

 sys/arch/mips/mips/pmap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c7789b760d62 -r dbdf8ea01c3d sys/arch/mips/mips/pmap.c
--- a/sys/arch/mips/mips/pmap.c Sun Oct 05 16:34:51 2003 +0000
+++ b/sys/arch/mips/mips/pmap.c Sun Oct 05 16:38:03 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.150 2003/09/12 15:29:16 chs Exp $   */
+/*     $NetBSD: pmap.c,v 1.151 2003/10/05 16:38:03 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.150 2003/09/12 15:29:16 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.151 2003/10/05 16:38:03 tsutsui Exp $");
 
 /*
  *     Manages physical address maps.
@@ -120,6 +120,7 @@
 
 #include "opt_sysv.h"
 #include "opt_cputype.h"
+#include "opt_mips_cache.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index