]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the SYSINIT to allow userspace access to the ARM generic timer later
authorandrew <andrew@FreeBSD.org>
Wed, 20 Jun 2018 11:13:10 +0000 (11:13 +0000)
committerandrew <andrew@FreeBSD.org>
Wed, 20 Jun 2018 11:13:10 +0000 (11:13 +0000)
commitd8a107781d17c83c4da1cc17ba71b916883ed3b5
tree5c9fbae5d55a6ef76bf87deac863b5aa8fff2521
parent904ab6df559b75fdadd5fd5e377299bbcf44a5ae
Move the SYSINIT to allow userspace access to the ARM generic timer later
in the boot. It doesn't need to be early, so move it to the SI_ORDER_ANY
stage of SI_SUB_SMP.

Sponsored by: DARPA, AFRL
sys/arm/arm/generic_timer.c