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 KNF



details:   https://anonhg.NetBSD.org/src/rev/3f3b0e807ab5
branches:  trunk
changeset: 772629:3f3b0e807ab5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 09 19:40:54 2012 +0000

description:
KNF

diffstat:

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

diffs (34 lines):

diff -r c4df9a7c2159 -r 3f3b0e807ab5 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Mon Jan 09 19:40:09 2012 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Mon Jan 09 19:40:54 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.103 2012/01/02 16:13:12 skrll Exp $      */
+/*     $NetBSD: machdep.c,v 1.104 2012/01/09 19:40:54 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.103 2012/01/02 16:13:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.104 2012/01/09 19:40:54 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -450,11 +450,13 @@
        if (bi != NULL)
                memcpy(&bootinfo, bi, sizeof(struct bootinfo));
 
-       pdc_init();     /* init PDC iface, so we can call em easy */
+       /* init PDC iface, so we can call em easy */
+       pdc_init();
 
        cpu_hzticks = (PAGE0->mem_10msec * 100) / hz;
 
-       delay_init();   /* calculate CPU clock ratio */
+       /* calculate CPU clock ratio */
+       delay_init();
 
        /* fetch the monarch/"default" cpu hpa */
        



Home | Main Index | Thread Index | Old Index