K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-06-06T20:28:53.744910Z K 7 svn:log V 224 Defer the creation of ACPI thermal kthreads to a startup sysinit. The SYSINIT runs at SI_SUB_KICK_SCHEDULER after the scheduler is fully initialized and timers are working. This fixes booting in the EARLY_AP_STARTUP case. END