Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b5f9407cf05c
branches:  trunk
changeset: 753554:b5f9407cf05c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 01 12:21:41 2010 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r 9c7f279579b9 -r b5f9407cf05c sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Thu Apr 01 12:16:14 2010 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Thu Apr 01 12:21:41 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.62 2010/02/16 16:56:29 skrll Exp $       */
+/*     $NetBSD: mainbus.c,v 1.63 2010/04/01 12:21:41 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.62 2010/02/16 16:56:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.63 2010/04/01 12:21:41 skrll Exp $");
 
 #include "locators.h"
 #include "power.h"
@@ -1353,7 +1353,7 @@
        pmap = vm_map_pmap(&vm->vm_map);
 
        lastaddr = *lastaddrp;
-       bmask  = ~(map->_dm_boundary - 1);
+       bmask = ~(map->_dm_boundary - 1);
 
        for (seg = *segp; buflen > 0; ) {
                bool ok;



Home | Main Index | Thread Index | Old Index