Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbsh3/evbsh3 G/c trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/aa68b1010e27
branches: trunk
changeset: 936534:aa68b1010e27
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Jul 28 20:36:43 2020 +0000
description:
G/c trailing whitespace.
diffstat:
sys/arch/evbsh3/evbsh3/locore.S | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r 3d64e7a13654 -r aa68b1010e27 sys/arch/evbsh3/evbsh3/locore.S
--- a/sys/arch/evbsh3/evbsh3/locore.S Tue Jul 28 20:15:07 2020 +0000
+++ b/sys/arch/evbsh3/evbsh3/locore.S Tue Jul 28 20:36:43 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.13 2020/07/12 03:52:51 uwe Exp $ */
+/* $NetBSD: locore.S,v 1.14 2020/07/28 20:36:43 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -76,8 +76,8 @@
#include "opt_memsize.h"
#include "assym.h"
-#if defined(SH3) && defined(SH4)
-#error "evbsh3 port don't support SH3,SH4 common kernel."
+#if defined(SH3) && defined(SH4)
+#error "evbsh3 port don't support SH3,SH4 common kernel."
#endif
#include <sh3/asm.h>
@@ -142,7 +142,7 @@
mov.l ___start, r3
sub r2, r3
mov.l XL_ram_start, r4
- mov.l @r4, r4
+ mov.l @r4, r4
add r4, r3 /* dest address */
1:
mov.l @r1+, r4
@@ -159,7 +159,7 @@
.align 2
LXstart_in_RAM:
.long start_in_RAM
-XL_ram_start:
+XL_ram_start:
.long _C_LABEL(ram_start)
#else /* ROMIMAGE */
#ifndef DONT_INIT_BSC
@@ -206,7 +206,7 @@
nop
jmp @r2
nop
-
+
.align 2
main_label:
#endif /* SH4 */
Home |
Main Index |
Thread Index |
Old Index