Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/16/2002 18:22:05
Module Name:	syssrc
Committed By:	christos
Date:		Sat Feb 16 16:22:04 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: trap.c
	syssrc/sys/arch/i386/include: pcb.h

Log Message:
save cr2 for the benefit of linux emulation, and normalize use of pcb
in trap(), i.e. always initialize *pcb and use it instead of doing it
sometimes.


To generate a diff of this commit:
cvs rdiff -r1.163 -r1.164 syssrc/sys/arch/i386/i386/trap.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/i386/include/pcb.h

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