Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/cortex Add "write-back" before Unified



details:   https://anonhg.NetBSD.org/src/rev/6bf944d84aa3
branches:  trunk
changeset: 781377:6bf944d84aa3
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 02 16:56:41 2012 +0000

description:
Add "write-back" before Unified

diffstat:

 sys/arch/arm/cortex/pl310.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a14f25859b80 -r 6bf944d84aa3 sys/arch/arm/cortex/pl310.c
--- a/sys/arch/arm/cortex/pl310.c       Sun Sep 02 16:55:10 2012 +0000
+++ b/sys/arch/arm/cortex/pl310.c       Sun Sep 02 16:56:41 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl310.c,v 1.1 2012/09/02 16:55:10 matt Exp $   */
+/*     $NetBSD: pl310.c,v 1.2 2012/09/02 16:56:41 matt Exp $   */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pl310.c,v 1.1 2012/09/02 16:55:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pl310.c,v 1.2 2012/09/02 16:56:41 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -154,7 +154,7 @@
                    i_size / 1024, i_linesize, i_assoc);
        }
 
-       aprint_normal_dev(self, "%uKB/%uB %u-way L2 %s cache\n",
+       aprint_normal_dev(self, "%uKB/%uB %u-way write-back L2 %s cache\n",
            d_size / 1024, d_linesize, d_assoc,
            (cfg_harvard_p ? "Data" : "Unified"));
 }



Home | Main Index | Thread Index | Old Index