svn commit: r189509 - in head/sys: amd64/amd64 i386/i386

Maxim Sobolev sobomax at FreeBSD.org
Sat Mar 7 21:01:40 PST 2009


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


More information about the svn-src-head mailing list