Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/14/2007 17:50:13
Module Name:	src
Committed By:	ad
Date:		Wed Nov 14 17:50:13 UTC 2007

Modified Files:
	src/sys/arch/i386/i386: machdep.c

Log Message:
- Set a 4GB limit for GUCODEBIG_SEL, GCPU_SEL and GUDATA_SEL. It can speed
  up address generation by the MMU.
- Clear the direction flag before entering a signal handler.
- Don't test for I586_CPU.


To generate a diff of this commit:
cvs rdiff -r1.614 -r1.615 src/sys/arch/i386/i386/machdep.c

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