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 KNF comment.



details:   https://anonhg.NetBSD.org/src/rev/11e6d113067b
branches:  trunk
changeset: 483630:11e6d113067b
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Mar 14 14:11:06 2000 +0000

description:
KNF comment.

diffstat:

 sys/arch/mips/mips/sys_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fa4ada515053 -r 11e6d113067b sys/arch/mips/mips/sys_machdep.c
--- a/sys/arch/mips/mips/sys_machdep.c  Tue Mar 14 14:10:08 2000 +0000
+++ b/sys/arch/mips/mips/sys_machdep.c  Tue Mar 14 14:11:06 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_machdep.c,v 1.16 1999/04/24 08:10:42 simonb Exp $  */
+/*     $NetBSD: sys_machdep.c,v 1.17 2000/03/14 14:11:06 soren Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -224,8 +224,8 @@
        return(EOPNOTSUPP);
 #else
        /*
-        * Use the merged mips3  pmap cache-control functions
-        * to change the cache attributes of each page in the virtual-address range,
+        * Use the merged mips3 pmap cache-control functions to change
+        * the cache attributes of each page in the virtual-address range,
         * by manually mapping to a  physical address and changing the
         * pmap attributes of the  PA of each page in the range.
         * Force misses on non-present pages to be sure the cacheable bits



Home | Main Index | Thread Index | Old Index