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:
parent
d3c4cf45ba
commit
9546a68999
@ -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) ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user