Module Name: src Committed By: snj Date: Fri Oct 16 06:48:50 UTC 2009
Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Ticket 1073. To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-5.0.2 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-5.0.2 diff -u src/doc/CHANGES-5.0.2:1.1.2.19 src/doc/CHANGES-5.0.2:1.1.2.20 --- src/doc/CHANGES-5.0.2:1.1.2.19 Thu Oct 15 08:22:31 2009 +++ src/doc/CHANGES-5.0.2 Fri Oct 16 06:48:50 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.0.2,v 1.1.2.19 2009/10/15 08:22:31 sborrill Exp $ +# $NetBSD: CHANGES-5.0.2,v 1.1.2.20 2009/10/16 06:48:50 snj Exp $ A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2 release: @@ -330,3 +330,11 @@ merge of pkg_install-20090201. [joerg, ticket #784] +sys/arch/alpha/alpha/pmap.c 1.243 + + IPI interrupts occur above IPL_VM, so using IPL_VM in for the + tlb shootdown queue mutex doesn't work very well. Change to + IPL_SCHED [IPL_CLOCK] to block IPI interrupts while the cpu is + mucking with the shootdown queue. + [mhitch, ticket #1073] +