Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 05/14/2001 19:19:31
Module Name: syssrc
Committed By: toshii
Date: Mon May 14 16:19:31 UTC 2001
Modified Files:
syssrc/sys/arch/hpcarm/hpcarm: spl.S
syssrc/sys/arch/hpcarm/sa11x0: sa11x0_irq.S sa11x0_irqhandler.c
Log Message:
Abandon disabled_mask and spl_mask, and use only current_spl_level to
manage interrupt masking.
This change is necessary for straightforward implementation of coming IPL
support for cascaded intrs, and it should not impair performance.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/hpcarm/hpcarm/spl.S
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/hpcarm/sa11x0/sa11x0_irq.S
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/hpcarm/sa11x0/sa11x0_irqhandler.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.