Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/sgimips/sgimips Pull up following revision(s) (r...
details: https://anonhg.NetBSD.org/src/rev/c2199f60532f
branches: netbsd-3
changeset: 577516:c2199f60532f
user: tron <tron%NetBSD.org@localhost>
date: Mon Nov 21 20:23:41 2005 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #970):
sys/arch/sgimips/sgimips/machdep.c: revision 1.94
Restore missing call to r5k_enable_sdcache(). Its' removal was a thinko
on my part -- the COP0 SC presence test fails on r5k IP22, but
r5k_enable_sdcache() will DTRT regardless.
Pointed out by tsutsui@
diffstat:
sys/arch/sgimips/sgimips/machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e97d2400d206 -r c2199f60532f sys/arch/sgimips/sgimips/machdep.c
--- a/sys/arch/sgimips/sgimips/machdep.c Mon Nov 21 20:21:07 2005 +0000
+++ b/sys/arch/sgimips/sgimips/machdep.c Mon Nov 21 20:23:41 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.90.2.1 2005/11/21 20:03:27 tron Exp $ */
+/* $NetBSD: machdep.c,v 1.90.2.2 2005/11/21 20:23:41 tron Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90.2.1 2005/11/21 20:03:27 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90.2.2 2005/11/21 20:23:41 tron Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -865,6 +865,7 @@
#if defined(MIPS3)
case MIPS_R5000:
case MIPS_RM5200:
+ r5k_enable_sdcache();
break;
#endif
}
Home |
Main Index |
Thread Index |
Old Index