Subject: CVS commit: src/sys/arch/amiga/amiga
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 06/09/2006 21:29:39
Module Name:	src
Committed By:	aymeric
Date:		Fri Jun  9 21:29:39 UTC 2006

Modified Files:
	src/sys/arch/amiga/amiga: machdep.c

Log Message:
in the softintr-with-si_callbacks framework, don't use add_sicallback()
everytime softintr_schedule() is called. They don't have the same semantics
when called multiple times before the callback is triggered.
Should avoid huge numbers of si_callbacks being created when a machine is
overloaded.
XXX the fix certainly applies to the atari port, too.


To generate a diff of this commit:
cvs rdiff -r1.195 -r1.196 src/sys/arch/amiga/amiga/machdep.c

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