Additionally clear the STICK bit in the SOFTINT register when

receiving a PIL_TICK interrupt. This change was erroneously
omitted in r182730.
This commit is contained in:
Marius Strobl 2008-09-03 21:48:12 +00:00
parent d3c4cf45ba
commit 9546a68999

View File

@ -550,7 +550,7 @@ END(tl0_sfsr_trap)
tl ## traplvl ## _intr level, 1 << level
#define TICK(traplvl) \
tl ## traplvl ## _intr PIL_TICK, 1
tl ## traplvl ## _intr PIL_TICK, 0x10001
#define INTR_LEVEL(tl) \
INTR(1, tl) ; \