Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm Trailing whitespace... heh
details: https://anonhg.NetBSD.org/src/rev/75c5f8f434af
branches: trunk
changeset: 958993:75c5f8f434af
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 27 13:50:17 2021 +0000
description:
Trailing whitespace... heh
diffstat:
sys/arch/arm/arm/armv6_start.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 07a85bee8b57 -r 75c5f8f434af sys/arch/arm/arm/armv6_start.S
--- a/sys/arch/arm/arm/armv6_start.S Wed Jan 27 12:06:10 2021 +0000
+++ b/sys/arch/arm/arm/armv6_start.S Wed Jan 27 13:50:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: armv6_start.S,v 1.33 2020/12/01 13:11:55 skrll Exp $ */
+/* $NetBSD: armv6_start.S,v 1.34 2021/01/27 13:50:17 skrll Exp $ */
/*-
* Copyright (c) 2012, 2017, 2018 The NetBSD Foundation, Inc.
@@ -578,9 +578,9 @@
/* SWP is only usable on uni-processor ARMv7 systems. */
#ifdef MULTIPROCESSOR
-#define CPU_CONTROL_XP_SWP_ENABLE 0
+#define CPU_CONTROL_XP_SWP_ENABLE 0
#else
-#define CPU_CONTROL_XP_SWP_ENABLE CPU_CONTROL_SWP_ENABLE
+#define CPU_CONTROL_XP_SWP_ENABLE CPU_CONTROL_SWP_ENABLE
#endif
// bits to set in the Control Register
Home |
Main Index |
Thread Index |
Old Index