Author: sobomax Date: Sun Mar 8 05:01:39 2009 New Revision: 189509 URL: http://svn.freebsd.org/changeset/base/189509
Log: Small comment nit: "run time" -> "run-time". Submitted by: rwatson Modified: head/sys/amd64/amd64/mp_machdep.c head/sys/i386/i386/mp_machdep.c Modified: head/sys/amd64/amd64/mp_machdep.c ============================================================================== --- head/sys/amd64/amd64/mp_machdep.c Sun Mar 8 04:32:38 2009 (r189508) +++ head/sys/amd64/amd64/mp_machdep.c Sun Mar 8 05:01:39 2009 (r189509) @@ -1227,7 +1227,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HAN #ifdef SCHED_ULE /* * SCHED_ULE doesn't allow enabling/disabling HT cores at - * run time. + * run-time. */ if (allowed != hyperthreading_allowed) return (ENOTSUP); Modified: head/sys/i386/i386/mp_machdep.c ============================================================================== --- head/sys/i386/i386/mp_machdep.c Sun Mar 8 04:32:38 2009 (r189508) +++ head/sys/i386/i386/mp_machdep.c Sun Mar 8 05:01:39 2009 (r189509) @@ -1398,7 +1398,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HAN #ifdef SCHED_ULE /* * SCHED_ULE doesn't allow enabling/disabling HT cores at - * run time. + * run-time. */ if (allowed != hyperthreading_allowed) return (ENOTSUP); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"