Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/pmap/pmap_tlb.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/pmap/pmap_tlb.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/sys/uvm/pmap/pmap_tlb.c 2016/07/14 04:51:47 1.15 +++ src/sys/uvm/pmap/pmap_tlb.c 2016/07/14 15:49:43 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_tlb.c,v 1.15 2016/07/14 04:51:47 skrll Exp $ */ +/* $NetBSD: pmap_tlb.c,v 1.16 2016/07/14 15:49:43 skrll Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.15 2016/07/14 04:51:47 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.16 2016/07/14 15:49:43 skrll Exp $"); /* * Manages address spaces in a TLB. @@ -628,7 +628,7 @@ bool pmap_tlb_shootdown_bystanders(pmap_t pm) { /* - * We don't need to deal our own TLB. + * We don't need to deal with our own TLB. */ UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist); @@ -1030,7 +1030,7 @@ pmap_tlb_asid_release_all(struct pmap *p #endif #else /* - * Handle the case of an UP kernel which only has, at most, one ASID. + * Handle the case of an UP kernel which only has, at most, one TLB. * If the pmap has an ASID allocated, free it. */ struct pmap_tlb_info * const ti = &pmap_tlb0_info;