K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-04-21T18:27:05.061311Z K 7 svn:log V 408 Queue the CPU-probing task after all acpi_cpu devices are attached. Eventually with earlier AP startup this code will change to call the startup function synchronously instead of queueing the task. Moving the time we queue the task should be a no-op since taskqueue threads don't start executing tasks until much later, but this reduces the diff with the earlier AP startup patches. Sponsored by: Netflix END