]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement intr_isrc_init_on_cpu() and use it to replace very same
authorSvatopluk Kraus <skra@FreeBSD.org>
Thu, 7 Apr 2016 15:00:25 +0000 (15:00 +0000)
committerSvatopluk Kraus <skra@FreeBSD.org>
Thu, 7 Apr 2016 15:00:25 +0000 (15:00 +0000)
commit5b613c19b52697e9a90fa1acff82a014ada333fb
treec2cd560cb6ab84d1963be961f0e26d9e006f44fa
parentc8a8eb16e0ac334fa9f2fa85a88dd459ea50625a
Implement intr_isrc_init_on_cpu() and use it to replace very same
code implemented in every interrupt controller driver running SMP.
This function returns true, if provided ISRC should be enabled on
given cpu.
sys/arm/arm/gic.c
sys/arm/broadcom/bcm2835/bcm2836.c
sys/kern/subr_intr.c
sys/sys/intr.h