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/a89f521ef219
branches:  trunk
changeset: 779362:a89f521ef219
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed May 23 08:59:36 2012 +0000

description:
Whitespace

diffstat:

 sys/arch/hp700/hp700/machdep.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 187b1e87d7e6 -r a89f521ef219 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Wed May 23 08:19:40 2012 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Wed May 23 08:59:36 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.111 2012/04/25 07:58:43 dholland Exp $   */
+/*     $NetBSD: machdep.c,v 1.112 2012/05/23 08:59:36 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.111 2012/04/25 07:58:43 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.112 2012/05/23 08:59:36 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -476,8 +476,7 @@
        delay_init();
 
        /* fetch the monarch/"default" cpu hpa */
-       
-       error =  pdcproc_hpa_processor(&hppa_mcpuhpa);
+       error = pdcproc_hpa_processor(&hppa_mcpuhpa);
        if (error < 0)
                panic("%s: PDC_HPA failed", __func__);
        



Home | Main Index | Thread Index | Old Index