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 Add a comment and adjust whitespace...



details:   https://anonhg.NetBSD.org/src/rev/a925956aa368
branches:  trunk
changeset: 990080:a925956aa368
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Oct 26 06:02:00 2021 +0000

description:
Add a comment and adjust whitespace to match style in this file

diffstat:

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

diffs (19 lines):

diff -r cf7f1b213219 -r a925956aa368 sys/arch/aarch64/include/cpu.h
--- a/sys/arch/aarch64/include/cpu.h    Tue Oct 26 00:05:38 2021 +0000
+++ b/sys/arch/aarch64/include/cpu.h    Tue Oct 26 06:02:00 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.40 2021/10/10 07:15:25 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.41 2021/10/26 06:02:00 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -113,7 +113,8 @@
 
        int ci_kfpu_spl;
 
-       tlb_asid_t      ci_pmap_asid_cur;
+       /* ASID of current pmap */
+       tlb_asid_t ci_pmap_asid_cur;
 
        /* event counters */
        struct evcnt ci_vfp_use;



Home | Main Index | Thread Index | Old Index