Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/apple #define<tab> for consistency with the res...
details: https://anonhg.NetBSD.org/src/rev/a28c65422264
branches: trunk
changeset: 373684:a28c65422264
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Feb 24 11:19:15 2023 +0000
description:
#define<tab> for consistency with the rest of the file
diffstat:
sys/arch/arm/apple/apple_dart.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 458c464df68c -r a28c65422264 sys/arch/arm/apple/apple_dart.c
--- a/sys/arch/arm/apple/apple_dart.c Fri Feb 24 11:11:10 2023 +0000
+++ b/sys/arch/arm/apple/apple_dart.c Fri Feb 24 11:19:15 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apple_dart.c,v 1.4 2022/04/27 07:53:24 skrll Exp $ */
+/* $NetBSD: apple_dart.c,v 1.5 2023/02/24 11:19:15 jmcneill Exp $ */
/* $OpenBSD: apldart.c,v 1.10 2022/02/27 17:36:52 kettenis Exp $ */
/*-
@@ -21,7 +21,7 @@
//#define APPLE_DART_DEBUG
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: apple_dart.c,v 1.4 2022/04/27 07:53:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apple_dart.c,v 1.5 2023/02/24 11:19:15 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -86,7 +86,7 @@
* access. To make sure this doesn't fault, round the subpage limits
* down and up accordingly.
*/
-#define DART_OFFSET_MASK 7
+#define DART_OFFSET_MASK 7
#define DART_L1_TABLE 0x3
#define DART_L2_INVAL 0x0
Home |
Main Index |
Thread Index |
Old Index