Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Whitespace



details:   https://anonhg.NetBSD.org/src/rev/d0ee662db7c7
branches:  trunk
changeset: 353861:d0ee662db7c7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri May 26 06:41:42 2017 +0000

description:
Whitespace

diffstat:

 sys/uvm/pmap/pmap_tlb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 26bece83e521 -r d0ee662db7c7 sys/uvm/pmap/pmap_tlb.h
--- a/sys/uvm/pmap/pmap_tlb.h   Fri May 26 06:40:47 2017 +0000
+++ b/sys/uvm/pmap/pmap_tlb.h   Fri May 26 06:41:42 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_tlb.h,v 1.9 2016/07/11 16:06:09 matt Exp $        */
+/*     $NetBSD: pmap_tlb.h,v 1.10 2017/05/26 06:41:42 skrll Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -115,7 +115,7 @@
 #define        tlbinfo_noasids_p(ti)   ((ti)->ti_asids_free == 0)
        kmutex_t *ti_lock;
        u_int ti_wired;                 /* # of wired TLB entries */
-       tlb_asid_t ti_asid_hint;                /* probable next ASID to use */
+       tlb_asid_t ti_asid_hint;        /* probable next ASID to use */
        tlb_asid_t ti_asid_max;
        LIST_HEAD(, pmap_asid_info) ti_pais; /* list of active ASIDs */
 #ifdef MULTIPROCESSOR



Home | Main Index | Thread Index | Old Index