Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 05/22/2001 20:54:51
Module Name:	syssrc
Committed By:	toshii
Date:		Tue May 22 17:54:51 UTC 2001

Modified Files:
	syssrc/sys/arch/hpcarm/sa11x0: sa1111.c sa1111_var.h

Log Message:
Instead of scheduling all interrupts at IPL_BIO, use an IPL_SERIAL
handler to clear hardware interrupt bit and schedule actual handlers
using soft interrupts registered with desired IPL.

XXX This slows down interrupt handling a bit (up to a few percent with
XXX ping -f or make-over-NFS benchmarks) in some cases.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/hpcarm/sa11x0/sa1111.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hpcarm/sa11x0/sa1111_var.h

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