Module Name:    src
Committed By:   skrll
Date:           Mon Nov 10 14:37:14 UTC 2014

Modified Files:
        src/sys/arch/arm/arm32: pmap.c

Log Message:
Remove an XXXNH comment.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/sys/arch/arm/arm32/pmap.c

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/arm/arm32/pmap.c
diff -u src/sys/arch/arm/arm32/pmap.c:1.314 src/sys/arch/arm/arm32/pmap.c:1.315
--- src/sys/arch/arm/arm32/pmap.c:1.314	Mon Nov 10 14:35:59 2014
+++ src/sys/arch/arm/arm32/pmap.c	Mon Nov 10 14:37:14 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.314 2014/11/10 14:35:59 skrll Exp $	*/
+/*	$NetBSD: pmap.c,v 1.315 2014/11/10 14:37:14 skrll Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -215,7 +215,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.314 2014/11/10 14:35:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.315 2014/11/10 14:37:14 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -2915,7 +2915,6 @@ pmap_page_remove(struct vm_page_md *md, 
 		PTE_SYNC_CURRENT(pm, ptep);
 
 #ifdef ARM_MMU_EXTENDED
-		/* XXXNH pmap_tlb_flush_SE()? */
 		pmap_tlb_invalidate_addr(pm, pv->pv_va);
 #endif
 

Reply via email to