Date: Thu, 20 Apr 2017 15:06:16 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317195 - head/sys/dev/ofw Message-ID: <201704201506.v3KF6G7c047301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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';
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704201506.v3KF6G7c047301>