]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove MTX_NOPROFILE from atrtc_lock, it was inappropriately copy/pasted
authorian <ian@FreeBSD.org>
Sun, 11 Mar 2018 19:56:07 +0000 (19:56 +0000)
committerian <ian@FreeBSD.org>
Sun, 11 Mar 2018 19:56:07 +0000 (19:56 +0000)
commitb00d088ba5313148a2adc0018b1dce6ad637f300
tree4be4b0c62fbe3d8abac2cf5fe5fd109de69a1e46
parent98de5b3e005119f5d356a139157b0456a0ee52eb
Remove MTX_NOPROFILE from atrtc_lock, it was inappropriately copy/pasted
from the i8254 driver when I created separate mutexes for each.  The i8254
driver could be the active timecounter, leading to recursion during mutex
profiling, but the atrtc driver cannot be a timecounter, so it isn't needed.
sys/x86/isa/atrtc.c