]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
i386: Call clock_init() after finishidentcpu()
authorMark Johnston <markj@FreeBSD.org>
Tue, 1 Mar 2022 14:00:05 +0000 (09:00 -0500)
committerMark Johnston <markj@FreeBSD.org>
Tue, 15 Mar 2022 15:41:02 +0000 (11:41 -0400)
commitb01d706cca597cd1fbf9178974a246d4896d544e
tree1a48c8642ad2ad6e413d516e81e7ebe35fcec01f
parentc04e4ff6168a419de1d11a7b4335d9874370b60c
i386: Call clock_init() after finishidentcpu()

In a subsequent commit clock_init() will attempt to determine the TSC
frequency, and this requires that CPU identification is finalized.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit c3d830cf7c71614d21f57c24039de219e4a90538)
sys/i386/i386/machdep.c