Module Name: src Committed By: riz Date: Thu Jul 5 18:50:52 UTC 2012
Modified Files: src/sys/common/pmap/tlb [netbsd-6]: pmap.c pmap.h pmap_segtab.c Log Message: Pull up following revision(s) (requested by matt in ticket #404): sys/common/pmap/tlb/pmap.c: revision 1.14 sys/common/pmap/tlb/pmap.h: revision 1.13 sys/common/pmap/tlb/pmap_segtab.c: revision 1.5 The lockless list can lead to corruption. Instead use a spinlock to = control access to the head of the free segtab list. =20 =20 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.2.1 src/sys/common/pmap/tlb/pmap.c cvs rdiff -u -r1.11 -r1.11.8.1 src/sys/common/pmap/tlb/pmap.h cvs rdiff -u -r1.4 -r1.4.8.1 src/sys/common/pmap/tlb/pmap_segtab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.