Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/04/2003 16:17:12
Module Name:	src
Committed By:	yamt
Date:		Tue Feb  4 14:17:12 UTC 2003

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

Log Message:
don't restore cpl at end of Xsoft*.
it's too early and allows recursive interrupts.

hopefully fixes PR 20180. (SAITOH Masanobu)
Ok'ed by Frank van der Linden.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 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.