Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/amiga/amiga



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.




Home | Main Index | Thread Index | Old Index