Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/rmind-uvmplock]: src/sys/arch/hp700/hp700 whitespace. heh.
details: https://anonhg.NetBSD.org/src/rev/56787923b566
branches: rmind-uvmplock
changeset: 753072:56787923b566
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Mar 08 16:30:38 2011 +0000
description:
whitespace. heh.
diffstat:
sys/arch/hp700/hp700/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a3127764386a -r 56787923b566 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c Tue Mar 08 16:21:32 2011 +0000
+++ b/sys/arch/hp700/hp700/machdep.c Tue Mar 08 16:30:38 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.79.2.9 2011/03/08 16:21:32 skrll Exp $ */
+/* $NetBSD: machdep.c,v 1.79.2.10 2011/03/08 16:30:38 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79.2.9 2011/03/08 16:21:32 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79.2.10 2011/03/08 16:30:38 skrll Exp $");
#include "opt_cputype.h"
#include "opt_ddb.h"
@@ -2091,7 +2091,7 @@
if (atop(paddr) > physmem) {
return false;
}
- *vaddr = paddr;
+ *vaddr = paddr;
return true;
}
Home |
Main Index |
Thread Index |
Old Index