Subject: PR/22355 CVS commit: src/sys/arch/shark/isa
To: None <port-shark-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 08/13/2007 02:00:13
The following reply was made to PR port-shark/22355; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/22355 CVS commit: src/sys/arch/shark/isa
Date: Mon, 13 Aug 2007 01:55:31 +0000 (UTC)
Module Name: src
Committed By: tsutsui
Date: Mon Aug 13 01:55:31 UTC 2007
Modified Files:
src/sys/arch/shark/isa: isa_irq.S
Log Message:
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.
Okay'ed by chris@, and should close PR port-shark/22355.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/shark/isa/isa_irq.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.