Subject: CVS commit: src/sys/arch/x86/include
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/14/2004 11:41:28
Module Name: src
Committed By: yamt
Date: Wed Jan 14 11:41:28 UTC 2004
Modified Files:
src/sys/arch/x86/include: intr.h
Log Message:
spllower: lower spl before checking pending interrupts.
otherwise, interrupts happened immediately after the check might be left
pending for a while. (until the next tick in the worse case.)
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86/include/intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.