Update comment ot reflect realilty, we know also take care of CPUs that

provide a enable-method.

Suggested by:	jhibbits
This commit is contained in:
Olivier Houchard 2017-04-20 15:06:16 +00:00
parent fddcb7b82f
commit 5d840968f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317195

View File

@ -315,7 +315,8 @@ ofw_cpu_early_foreach(ofw_cpu_foreach_cb callback, boolean_t only_runnable)
/*
* If we are filtering by runnable then limit to only
* those that have been enabled.
* those that have been enabled, or do provide a method
* to enable them.
*/
if (only_runnable) {
status[0] = '\0';