Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/sh3 fix comment



details:   https://anonhg.NetBSD.org/src/rev/5cedf3eac3ef
branches:  trunk
changeset: 526732:5cedf3eac3ef
user:      uch <uch%NetBSD.org@localhost>
date:      Thu May 09 12:30:11 2002 +0000

description:
fix comment

diffstat:

 sys/arch/sh3/sh3/cache_sh4.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r b30629e15798 -r 5cedf3eac3ef sys/arch/sh3/sh3/cache_sh4.c
--- a/sys/arch/sh3/sh3/cache_sh4.c      Thu May 09 12:29:48 2002 +0000
+++ b/sys/arch/sh3/sh3/cache_sh4.c      Thu May 09 12:30:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache_sh4.c,v 1.5 2002/04/28 17:10:38 uch Exp $        */
+/*     $NetBSD: cache_sh4.c,v 1.6 2002/05/09 12:30:11 uch Exp $        */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -67,9 +67,7 @@
 
        /*
         * For now, P0, U0, P3 write-through P1 write-through
-        * because..
-        *      + P3 page-mapping is always write-through. XXX
-        *      + PTE is access from P2. XXX
+        * XXX will be obsoleted.
         */
        sh4_icache_sync_all();
        RUN_P2;



Home | Main Index | Thread Index | Old Index