Module Name:    src
Committed By:   snj
Date:           Fri Feb 26 21:53:10 UTC 2016

Modified Files:
        src/doc [netbsd-7-0]: CHANGES-7.0.1

Log Message:
1100


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-7.0.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-7.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.35 src/doc/CHANGES-7.0.1:1.1.2.36
--- src/doc/CHANGES-7.0.1:1.1.2.35	Fri Feb 26 21:33:18 2016
+++ src/doc/CHANGES-7.0.1	Fri Feb 26 21:53:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.35 2016/02/26 21:33:18 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.36 2016/02/26 21:53:10 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
 release:
@@ -971,3 +971,13 @@ distrib/sets/lists/debug/md.sparc6		patc
 	Fix debug setlist.
 	[martin, ticket #1122]
 
+sys/arch/x86/x86/pmap.c				1.190
+
+	Operation pmap_pp_clear_attrs() may remove the "used"
+	attribute from a page that is still cached in the TLB
+	of other CPUs.
+
+	Call pmap_tlb_shootnow() here before enabling preemption
+	to clear the TLB entries on other CPUs.
+	[hannken, ticket #1100]
+

Reply via email to