Module Name: src
Committed By: tsutsui
Date: Sat Jan 26 15:46:24 UTC 2013
Modified Files:
src/sys/arch/luna68k/luna68k: clock.c machdep.c pmap_bootstrap.c
Log Message:
Whitespace nits.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/luna68k/luna68k/clock.c
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/luna68k/luna68k/machdep.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/luna68k/luna68k/pmap_bootstrap.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/luna68k/luna68k/clock.c
diff -u src/sys/arch/luna68k/luna68k/clock.c:1.8 src/sys/arch/luna68k/luna68k/clock.c:1.9
--- src/sys/arch/luna68k/luna68k/clock.c:1.8 Tue Feb 8 20:20:16 2011
+++ src/sys/arch/luna68k/luna68k/clock.c Sat Jan 26 15:46:24 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.8 2011/02/08 20:20:16 rmind Exp $ */
+/* $NetBSD: clock.c,v 1.9 2013/01/26 15:46:24 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.8 2011/02/08 20:20:16 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.9 2013/01/26 15:46:24 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -79,8 +79,8 @@ cpu_initclocks(void)
*/
s = splhigh();
/*
- * XXX
- * I guess it's necessary to program clock source with
+ * XXX
+ * I guess it's necessary to program clock source with
* approprivate mode/value.
* XXX
*/
Index: src/sys/arch/luna68k/luna68k/machdep.c
diff -u src/sys/arch/luna68k/luna68k/machdep.c:1.94 src/sys/arch/luna68k/luna68k/machdep.c:1.95
--- src/sys/arch/luna68k/luna68k/machdep.c:1.94 Fri Jan 18 18:41:12 2013
+++ src/sys/arch/luna68k/luna68k/machdep.c Sat Jan 26 15:46:24 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.94 2013/01/18 18:41:12 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.95 2013/01/26 15:46:24 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.94 2013/01/18 18:41:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.95 2013/01/26 15:46:24 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -99,7 +99,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v
char machine[] = MACHINE;
char cpu_model[120];
-/* Our exported CPU info; we can have only one. */
+/* Our exported CPU info; we can have only one. */
struct cpu_info cpu_info_store;
struct vm_map *phys_map = NULL;
@@ -477,7 +477,7 @@ cpu_init_kcore_hdr(void)
cpu_kcore_hdr_t *h = &cpu_kcore_hdr;
struct m68k_kcore_hdr *m = &h->un._m68k;
- memset(&cpu_kcore_hdr, 0, sizeof(cpu_kcore_hdr));
+ memset(&cpu_kcore_hdr, 0, sizeof(cpu_kcore_hdr));
/*
* Initialize the `dispatcher' portion of the header.
@@ -552,7 +552,7 @@ cpu_dumpsize(void)
int
cpu_dump(int (*dump)(dev_t, daddr_t, void *, size_t), daddr_t *blknop)
{
- int buf[MDHDRSIZE / sizeof(int)];
+ int buf[MDHDRSIZE / sizeof(int)];
cpu_kcore_hdr_t *chdr;
kcore_seg_t *kseg;
int error;
@@ -801,7 +801,7 @@ luna68k_abort(const char *cp)
/*
* cpu_exec_aout_makecmds():
* CPU-dependent a.out format hook for execve().
- *
+ *
* Determine of the given exec package refers to something which we
* understand and, if so, set up the vmcmds for it.
*/
Index: src/sys/arch/luna68k/luna68k/pmap_bootstrap.c
diff -u src/sys/arch/luna68k/luna68k/pmap_bootstrap.c:1.35 src/sys/arch/luna68k/luna68k/pmap_bootstrap.c:1.36
--- src/sys/arch/luna68k/luna68k/pmap_bootstrap.c:1.35 Fri Feb 10 06:28:39 2012
+++ src/sys/arch/luna68k/luna68k/pmap_bootstrap.c Sat Jan 26 15:46:24 2013
@@ -1,6 +1,6 @@
-/* $NetBSD: pmap_bootstrap.c,v 1.35 2012/02/10 06:28:39 mhitch Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.36 2013/01/26 15:46:24 tsutsui Exp $ */
-/*
+/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.35 2012/02/10 06:28:39 mhitch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.36 2013/01/26 15:46:24 tsutsui Exp $");
#include "opt_m68k_arch.h"