]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use critical section when calling intr_irq_handler() - that function
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 7 Oct 2020 12:11:11 +0000 (12:11 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 7 Oct 2020 12:11:11 +0000 (12:11 +0000)
commit29c4e4b1af7ae8916190c22483d0d3279390fb3f
tree37cb260e18327245c2a389a299cf66796639923d
parentcefdb89514d8592f931afc64fbb5510e18330dea
Don't use critical section when calling intr_irq_handler() - that function
enters critical section by itself anyway.

Reviewed by: kp
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D26694
sys/riscv/riscv/intr_machdep.c