Subject: CVS commit: syssrc/sys/arch/i386/include
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/18/2001 12:12:29
Module Name: syssrc
Committed By: fvdl
Date: Tue Dec 18 10:12:29 UTC 2001
Modified Files:
syssrc/sys/arch/i386/include: intr.h
Log Message:
Prevent gcc from reordering things such that instructions may fall out
of a range which is protected by spl/splx. Originally proposed by
YAMAMOTO Takashi (yamt@netbsd.org) on tech-kern. This change mirrors
the one done by Bill Sommerfeld on the i386 mp branch.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/i386/include/intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.