Module Name: src
Committed By: tsutsui
Date: Sun Mar 6 14:54:47 UTC 2011
Modified Files:
src/sys/arch/news68k/conf: GENERIC majors.news68k
src/sys/arch/news68k/include: intr.h
src/sys/arch/news68k/news68k: machdep.c mainbus.c vectors.s
Log Message:
Remove trailing spaces and TABs.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/news68k/conf/majors.news68k
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/news68k/include/intr.h
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/news68k/news68k/machdep.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/news68k/news68k/mainbus.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/news68k/news68k/vectors.s
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/news68k/conf/GENERIC
diff -u src/sys/arch/news68k/conf/GENERIC:1.104 src/sys/arch/news68k/conf/GENERIC:1.105
--- src/sys/arch/news68k/conf/GENERIC:1.104 Mon Jan 3 06:07:44 2011
+++ src/sys/arch/news68k/conf/GENERIC Sun Mar 6 14:54:46 2011
@@ -1,7 +1,7 @@
-# $NetBSD: GENERIC,v 1.104 2011/01/03 06:07:44 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.105 2011/03/06 14:54:46 tsutsui Exp $
#
# GENERIC machine description file
-#
+#
# This machine description file is used to generate the default NetBSD
# kernel. The generic kernel does not include all options, subsystems
# and device drivers, but should be useful for most applications.
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.104 $"
+#ident "GENERIC-$Revision: 1.105 $"
maxusers 8
Index: src/sys/arch/news68k/conf/majors.news68k
diff -u src/sys/arch/news68k/conf/majors.news68k:1.20 src/sys/arch/news68k/conf/majors.news68k:1.21
--- src/sys/arch/news68k/conf/majors.news68k:1.20 Wed Nov 12 12:36:04 2008
+++ src/sys/arch/news68k/conf/majors.news68k Sun Mar 6 14:54:47 2011
@@ -1,4 +1,4 @@
-# $NetBSD: majors.news68k,v 1.20 2008/11/12 12:36:04 ad Exp $
+# $NetBSD: majors.news68k,v 1.21 2011/03/06 14:54:47 tsutsui Exp $
#
# Device majors for news68k
#
@@ -48,5 +48,5 @@
device-major nsmb char 98 nsmb
# Majors up to 143 are reserved for machine-dependant drivers.
-# New machine-independent driver majors are assigned in
+# New machine-independent driver majors are assigned in
# sys/conf/majors.
Index: src/sys/arch/news68k/include/intr.h
diff -u src/sys/arch/news68k/include/intr.h:1.25 src/sys/arch/news68k/include/intr.h:1.26
--- src/sys/arch/news68k/include/intr.h:1.25 Thu Apr 9 10:48:22 2009
+++ src/sys/arch/news68k/include/intr.h Sun Mar 6 14:54:47 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.25 2009/04/09 10:48:22 tsutsui Exp $ */
+/* $NetBSD: intr.h,v 1.26 2011/03/06 14:54:47 tsutsui Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -49,13 +49,13 @@
extern int idepth;
-static inline bool
+static inline bool
cpu_intr_p(void)
{
return idepth != 0;
-}
-
+}
+
extern const uint16_t ipl2psl_table[NIPL];
typedef int ipl_t;
Index: src/sys/arch/news68k/news68k/machdep.c
diff -u src/sys/arch/news68k/news68k/machdep.c:1.90 src/sys/arch/news68k/news68k/machdep.c:1.91
--- src/sys/arch/news68k/news68k/machdep.c:1.90 Fri Mar 4 22:25:28 2011
+++ src/sys/arch/news68k/news68k/machdep.c Sun Mar 6 14:54:47 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.90 2011/03/04 22:25:28 joerg Exp $ */
+/* $NetBSD: machdep.c,v 1.91 2011/03/06 14:54:47 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90 2011/03/04 22:25:28 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.91 2011/03/06 14:54:47 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_compat_netbsd.h"
@@ -716,7 +716,7 @@
/*
* 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/news68k/news68k/mainbus.c
diff -u src/sys/arch/news68k/news68k/mainbus.c:1.15 src/sys/arch/news68k/news68k/mainbus.c:1.16
--- src/sys/arch/news68k/news68k/mainbus.c:1.15 Fri Mar 28 17:51:51 2008
+++ src/sys/arch/news68k/news68k/mainbus.c Sun Mar 6 14:54:47 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.15 2008/03/28 17:51:51 tsutsui Exp $ */
+/* $NetBSD: mainbus.c,v 1.16 2011/03/06 14:54:47 tsutsui Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -6,17 +6,17 @@
*
* Author: Chris G. Demetriou
* DECstation port: Jonathan Stone
- *
+ *
* Permission to use, copy, modify and distribute this software and
* its documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
- *
- * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
- * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
+ *
+ * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
+ * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
* FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
+ *
* Carnegie Mellon requests users of this software to return to
*
* Software Distribution Coordinator or [email protected]
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15 2008/03/28 17:51:51 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.16 2011/03/06 14:54:47 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Index: src/sys/arch/news68k/news68k/vectors.s
diff -u src/sys/arch/news68k/news68k/vectors.s:1.6 src/sys/arch/news68k/news68k/vectors.s:1.7
--- src/sys/arch/news68k/news68k/vectors.s:1.6 Sat Feb 10 02:03:51 2007
+++ src/sys/arch/news68k/news68k/vectors.s Sun Mar 6 14:54:47 2011
@@ -1,4 +1,4 @@
-| $NetBSD: vectors.s,v 1.6 2007/02/10 02:03:51 tsutsui Exp $
+| $NetBSD: vectors.s,v 1.7 2011/03/06 14:54:47 tsutsui Exp $
| Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
| Copyright (c) 1988 University of Utah
@@ -95,7 +95,7 @@
#ifdef COMPAT_16
VECTOR(trap3) /* 35: compat_16_sigreturn */
#else
- VECTOR(illinst)
+ VECTOR(illinst)
#endif
VECTOR(illinst) /* 36: TRAP instruction vector */
VECTOR(illinst) /* 37: TRAP instruction vector */