Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/17/2007 21:41:54
Module Name:	src
Committed By:	ad
Date:		Mon Sep 17 21:41:54 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64: vector.S
	src/sys/arch/i386/i386: vector.S

Log Message:
Don't subtract CR4_PGE from %cr4, just clear it. Otherwise bad things could
happen if we are unlucky and interrupt tlbflushg().


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -r1.25 -r1.26 src/sys/arch/i386/i386/vector.S

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