Source-Changes archive

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

CVS commit: src/sys/arch/arm/xscale



Module Name:    src
Committed By:   scw
Date:           Wed Dec  3 13:20:34 UTC 2003

Modified Files:
        src/sys/arch/arm/xscale: ixp425_intr.c

Log Message:
In the interrupt dispatch loop, make sure to handle any pending interrupts
which came in while we were dealing with the first interrupt(s), and which
are enabled at the current spl.

This fixes a problem where the intr_enabled/hw mask is not updated to
allow pending interrupts through until the next splx(). In some case,
interrupts could be delayed until the next clock tick.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/arm/xscale/ixp425_intr.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