Subject: CVS commit: [vmlocking] src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 08/18/2007 06:04:12
Module Name:	src
Committed By:	yamt
Date:		Sat Aug 18 06:04:12 UTC 2007

Modified Files:
	src/sys/arch/i386/i386 [vmlocking]: pmap.c
	src/sys/arch/i386/include [vmlocking]: pmap.h

Log Message:
- fix TLB problems in recursive PTE mappings, which causes various crashes.
 as they are used by the kernel itself, they need to be synced regardless
 of lazy tlb flushing mode.

- pmap_tlb_shootdown: fix the case of sva != -1 && eva == 0.

ok'ed by Andrew Doran.


To generate a diff of this commit:
cvs rdiff -r1.202.2.13 -r1.202.2.14 src/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.89.4.2 -r1.89.4.3 src/sys/arch/i386/include/pmap.h

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