Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/walnut/walnut Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/d48e8bac36c7
branches:  trunk
changeset: 516744:d48e8bac36c7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 29 01:53:59 2001 +0000

description:
Whitespace nit.

diffstat:

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

diffs (18 lines):

diff -r 3ed85c03fe34 -r d48e8bac36c7 sys/arch/walnut/walnut/bus_dma.c
--- a/sys/arch/walnut/walnut/bus_dma.c  Mon Oct 29 01:53:56 2001 +0000
+++ b/sys/arch/walnut/walnut/bus_dma.c  Mon Oct 29 01:53:59 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.2 2001/07/22 15:09:10 wiz Exp $  */
+/*     $NetBSD: bus_dma.c,v 1.3 2001/10/29 01:53:59 simonb Exp $       */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -565,7 +565,7 @@
                        pmap_enter(pmap_kernel(), va, addr,
                            VM_PROT_READ | VM_PROT_WRITE,
                            VM_PROT_READ | VM_PROT_WRITE | PMAP_WIRED |
-                               PME_NOCACHE);
+                           PME_NOCACHE);
                }
        }
 



Home | Main Index | Thread Index | Old Index