svn commit: r317195 - head/sys/dev/ofw

Olivier Houchard cognet at FreeBSD.org
Thu Apr 20 15:06:18 UTC 2017


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';


More information about the svn-src-head mailing list