]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disable the arm physical timer when an irq exists
authorAndrew Turner <andrew@FreeBSD.org>
Sat, 28 Jan 2023 17:36:24 +0000 (17:36 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Sun, 29 Jan 2023 14:58:24 +0000 (14:58 +0000)
commitc57694ce94712ce1fe0341ae51d70446a7dbbfa2
treea90756d9138902225aee2f482d1d3813e25a10c8
parent290afc5d55fa370338cb837c7aaabf40670628a8
Disable the arm physical timer when an irq exists

Some firmware leaves the timers enabled. Ensure they are disabled if
there are any physical timer interrupt resources to ensure we don't
receive any unexpected interrupts from them.
sys/arm/arm/generic_timer.c