Author: cognet
Date: Thu Apr 20 15:06:16 2017
New Revision: 317195
URL: https://svnweb.freebsd.org/changeset/base/317195

Log:
  Update comment ot reflect realilty, we know also take care of CPUs that
  provide a enable-method.
  
  Suggested by: jhibbits

Modified:
  head/sys/dev/ofw/ofw_cpu.c

Modified: head/sys/dev/ofw/ofw_cpu.c
==============================================================================
--- head/sys/dev/ofw/ofw_cpu.c  Thu Apr 20 14:22:33 2017        (r317194)
+++ head/sys/dev/ofw/ofw_cpu.c  Thu Apr 20 15:06:16 2017        (r317195)
@@ -315,7 +315,8 @@ ofw_cpu_early_foreach(ofw_cpu_foreach_cb
 
                /*
                 * 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';
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to