Module Name: src Committed By: rmind Date: Sat Jun 18 21:18:20 UTC 2011
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: pmap_page_remove: perform TLB shootdown, as it is not caller's responsibility to perform pmap_update() according to the interface. Might want to revisit. Should fix recently reported tmpfs problems. Thanks to enami@ and hannken@! To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.