NetBSD-Bugs archive

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

PR/53054 CVS commit: src/sys/uvm/pmap



The following reply was made to PR kern/53054; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53054 CVS commit: src/sys/uvm/pmap
Date: Sun, 25 Feb 2018 21:43:03 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Sun Feb 25 21:43:03 UTC 2018
 
 Modified Files:
 	src/sys/uvm/pmap: pmap_tlb.c
 
 Log Message:
 fix the DIAGNOSTIC function pmap_tlb_asid_count() to not expect
 that TLBINFO_ASID_INUSE_P() returns just 0 or 1; the underlying
 __BITMAP_ISSET() actually returns the matching bit nowadays, which
 caused miscounting
 
 fixes PR kern/53054 by Sevan Janiyan
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.27 -r1.28 src/sys/uvm/pmap/pmap_tlb.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index