Module Name:    src
Committed By:   skrll
Date:           Sat Oct 23 05:32:40 UTC 2021

Modified Files:
        src/sys/arch/aarch64/include: cpufunc.h

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/aarch64/include/cpufunc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/aarch64/include/cpufunc.h
diff -u src/sys/arch/aarch64/include/cpufunc.h:1.20 src/sys/arch/aarch64/include/cpufunc.h:1.21
--- src/sys/arch/aarch64/include/cpufunc.h:1.20	Thu May 27 06:11:20 2021
+++ src/sys/arch/aarch64/include/cpufunc.h	Sat Oct 23 05:32:40 2021
@@ -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 <r...@nerv.org>
@@ -108,7 +108,6 @@ void aarch64_tlbi_by_asid_va_ll(int, vad
 #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()

Reply via email to