Add more chance to process IPI in the interrupt service routine.
authoraoyama <aoyama@openbsd.org>
Tue, 25 Oct 2022 11:39:33 +0000 (11:39 +0000)
committeraoyama <aoyama@openbsd.org>
Tue, 25 Oct 2022 11:39:33 +0000 (11:39 +0000)
commit5d041837d70c1839c804488cf2a9a07b446aa296
treee7cbf008a26c3873ff8aa58b1c1abb75f219866d
parent2bd68e1d3750f19a36c8cf17ea9132de9cc6d487
Add more chance to process IPI in the interrupt service routine.

This prevents "luna88k_ext_int: cpu0 level 1 interrupt" message on
heavy load.

"This makes sense" miod@, tested by me.
sys/arch/luna88k/luna88k/machdep.c