Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc "DVMA coherent" -> ": DVMA coherent"



details:   https://anonhg.NetBSD.org/src/rev/ba6018f720d0
branches:  trunk
changeset: 534547:ba6018f720d0
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Jul 29 06:39:41 2002 +0000

description:
"DVMA coherent" -> ": DVMA coherent"

noted by Matt Thomas on icb.

diffstat:

 sys/arch/sparc/sparc/cache.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e6cd5fa4eb7 -r ba6018f720d0 sys/arch/sparc/sparc/cache.c
--- a/sys/arch/sparc/sparc/cache.c      Mon Jul 29 05:57:16 2002 +0000
+++ b/sys/arch/sparc/sparc/cache.c      Mon Jul 29 06:39:41 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache.c,v 1.62 2002/07/17 15:56:20 thorpej Exp $ */
+/*     $NetBSD: cache.c,v 1.63 2002/07/29 06:39:41 grant Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -324,7 +324,7 @@
 
        pcf = lda(SRMMU_PCFG, ASI_SRMMU);
        if (pcf & TURBOSPARC_PCFG_SNP)
-               printf("DVMA coherent ");
+               printf(": DVMA coherent ");
 
        CACHEINFO.c_enabled = 1;
 }



Home | Main Index | Thread Index | Old Index