Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 04/19/2001 23:46:08
Module Name:	syssrc
Committed By:	chris
Date:		Thu Apr 19 20:46:08 UTC 2001

Modified Files:
	syssrc/sys/arch/arm32/iomd: iomd_irq.S

Log Message:
Improved IRQ handling code on IOMD.  By using an ffs-like algorithm we don't need to loop quite so much when looking for bits to service (also means we only service irqs that need servicing), also moved code around to avoid stalling where it doesn't loose too much understandabilty.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/arm32/iomd/iomd_irq.S

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