Module Name: src
Committed By: skrll
Date: Mon Jan 9 19:40:55 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/hp700/machdep.c
diff -u src/sys/arch/hp700/hp700/machdep.c:1.103 src/sys/arch/hp700/hp700/machdep.c:1.104
--- src/sys/arch/hp700/hp700/machdep.c:1.103 Mon Jan 2 16:13:12 2012
+++ src/sys/arch/hp700/hp700/machdep.c Mon Jan 9 19:40:54 2012
@@ -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 @@ hppa_init(paddr_t start, void *bi)
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 */