Subject: CVS commit: src/sys/arch/arm/iomd
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 08/13/2007 02:00:14
Module Name:	src
Committed By:	tsutsui
Date:		Mon Aug 13 02:00:14 UTC 2007

Modified Files:
	src/sys/arch/arm/iomd: iomd_irq.S

Log Message:
Pull the similar fix from arch/shark/isa/isa_irq.S rev 1.8:

In irq_setmasks(), refer spl_masks[current_spl_level] directly
rather than spl_mask which is a saved value in splraise() and
splx() functions because the latter one is not always sync'ed with
current_spl_level and interrupt state could be mangled.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/arm/iomd/iomd_irq.S

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