Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/include Whitespace



details:   https://anonhg.NetBSD.org/src/rev/627c8c635e17
branches:  trunk
changeset: 1024420:627c8c635e17
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 23 05:32:40 2021 +0000

description:
Whitespace

diffstat:

 sys/arch/aarch64/include/cpufunc.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c27a3a628e2b -r 627c8c635e17 sys/arch/aarch64/include/cpufunc.h
--- a/sys/arch/aarch64/include/cpufunc.h        Sat Oct 23 05:31:53 2021 +0000
+++ b/sys/arch/aarch64/include/cpufunc.h        Sat Oct 23 05:32:40 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.h,v 1.20 2021/05/27 06:11:20 ryo Exp $ */
+/*     $NetBSD: cpufunc.h,v 1.21 2021/10/23 05:32:40 skrll Exp $       */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -108,7 +108,6 @@
 #define cpu_idnum()                    aarch64_cpuid()
 
 /* cache op */
-
 #define cpu_dcache_wbinv_all()         aarch64_dcache_wbinv_all()
 #define cpu_dcache_inv_all()           aarch64_dcache_inv_all()
 #define cpu_dcache_wb_all()            aarch64_dcache_wb_all()



Home | Main Index | Thread Index | Old Index