Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/luna68k Remove trailing tabs.
details: https://anonhg.NetBSD.org/src/rev/a514be247ab3
branches: trunk
changeset: 790172:a514be247ab3
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Sep 23 17:02:18 2013 +0000
description:
Remove trailing tabs.
diffstat:
sys/arch/luna68k/luna68k/locore.s | 8 ++++----
sys/arch/luna68k/luna68k/mainbus.c | 6 +++---
sys/arch/luna68k/luna68k/vectors.s | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (75 lines):
diff -r 13d29be4ec2a -r a514be247ab3 sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Mon Sep 23 16:50:12 2013 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Mon Sep 23 17:02:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.52 2013/01/21 15:21:30 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.53 2013/09/23 17:02:18 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -195,9 +195,9 @@
movl #_C_LABEL(busaddrerr2030),%a2@(12)
jra Lstart2
1:
- /* Config botch; no hope. */
+ /* Config botch; no hope. */
PANIC("Config botch in locore")
-
+
Lstart2:
/* initialize source/destination control registers for movs */
moveq #FC_USERD,%d0 | user space
@@ -230,7 +230,7 @@
1:
RELOC(esym,%a0)
movl %d0,%a0@
-
+
/* configure kernel and lwp0 VA space so we can get going */
#if NKSYMS || defined(DDB) || defined(LKM)
RELOC(esym,%a0) | end of static kernel test/data/syms
diff -r 13d29be4ec2a -r a514be247ab3 sys/arch/luna68k/luna68k/mainbus.c
--- a/sys/arch/luna68k/luna68k/mainbus.c Mon Sep 23 16:50:12 2013 +0000
+++ b/sys/arch/luna68k/luna68k/mainbus.c Mon Sep 23 17:02:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.10 2011/11/12 13:44:26 tsutsui Exp $ */
+/* $NetBSD: mainbus.c,v 1.11 2013/09/23 17:02:18 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.10 2011/11/12 13:44:26 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.11 2013/09/23 17:02:18 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -81,7 +81,7 @@
int i, ndevs;
const struct mainbus_attach_args *devs;
struct mainbus_attach_args ma;
-
+
if (machtype == LUNA_II) {
devs = luna2_devs;
ndevs = __arraycount(luna2_devs);
diff -r 13d29be4ec2a -r a514be247ab3 sys/arch/luna68k/luna68k/vectors.s
--- a/sys/arch/luna68k/luna68k/vectors.s Mon Sep 23 16:50:12 2013 +0000
+++ b/sys/arch/luna68k/luna68k/vectors.s Mon Sep 23 17:02:18 2013 +0000
@@ -1,4 +1,4 @@
-| $NetBSD: vectors.s,v 1.3 2005/12/11 12:17:52 christos Exp $
+| $NetBSD: vectors.s,v 1.4 2013/09/23 17:02:18 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 */
Home |
Main Index |
Thread Index |
Old Index