Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc 1100
details: https://anonhg.NetBSD.org/src/rev/eb2a38e8716a
branches: netbsd-7-0
changeset: 801139:eb2a38e8716a
user: snj <snj%NetBSD.org@localhost>
date: Fri Feb 26 21:53:10 2016 +0000
description:
1100
diffstat:
doc/CHANGES-7.0.1 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r b7ba1ec646e4 -r eb2a38e8716a doc/CHANGES-7.0.1
--- a/doc/CHANGES-7.0.1 Fri Feb 26 21:51:54 2016 +0000
+++ b/doc/CHANGES-7.0.1 Fri Feb 26 21:53:10 2016 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index