]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove NO_EVENTTIMERS support
authorMark Johnston <markj@FreeBSD.org>
Thu, 19 Nov 2020 02:50:48 +0000 (02:50 +0000)
committerMark Johnston <markj@FreeBSD.org>
Thu, 19 Nov 2020 02:50:48 +0000 (02:50 +0000)
commita28c28e6efa71519e61c7c270168f330e6370862
tree31f909b92f328a80b3bb642e4d7874e63153f1be
parentbc7ed46b635eec9f9df97ed6ae6fc5e229f182a6
Remove NO_EVENTTIMERS support

The arm configs that required it have been removed from the tree.
Removing this option makes the callout code easier to read and
discourages developers from adding new configs without eventtimer
drivers.

Reviewed by: ian, imp, mav
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D27270
sys/arm/arm/machdep.c
sys/arm/include/machdep.h
sys/conf/options
sys/conf/options.arm
sys/kern/kern_et.c
sys/kern/kern_timeout.c