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 Whitespace
details: https://anonhg.NetBSD.org/src/rev/e62c10b6b521
branches: trunk
changeset: 365607:e62c10b6b521
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Aug 23 21:01:43 2018 +0000
description:
Whitespace
diffstat:
sys/arch/arm/arm/cpufunc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r db1b456c8bb0 -r e62c10b6b521 sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c Thu Aug 23 20:54:43 2018 +0000
+++ b/sys/arch/arm/arm/cpufunc.c Thu Aug 23 21:01:43 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.c,v 1.172 2018/08/15 06:00:02 skrll Exp $ */
+/* $NetBSD: cpufunc.c,v 1.173 2018/08/23 21:01:43 skrll Exp $ */
/*
* arm7tdmi support code Copyright (c) 2001 John Fremlin
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.172 2018/08/15 06:00:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.173 2018/08/23 21:01:43 skrll Exp $");
#include "opt_compat_netbsd.h"
#include "opt_cpuoptions.h"
@@ -2934,7 +2934,7 @@
{ "armv7.cache", BIC, OR, (CPU_CONTROL_IC_ENABLE | CPU_CONTROL_DC_ENABLE) },
{ "armv7.icache", BIC, OR, CPU_CONTROL_IC_ENABLE },
{ "armv7.dcache", BIC, OR, CPU_CONTROL_DC_ENABLE },
- { NULL, IGN, IGN, 0}
+ { NULL, IGN, IGN, 0}
};
void
Home |
Main Index |
Thread Index |
Old Index