Date: Wed, 25 Feb 2009 22:24:56 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189057 - in head/sys: amd64/amd64 i386/i386 Message-ID: <200902252224.n1PMOua7009537@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sobomax Date: Wed Feb 25 22:24:56 2009 New Revision: 189057 URL: http://svn.freebsd.org/changeset/base/189057 Log: Fix typo in comments in r189023. 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 Wed Feb 25 20:56:27 2009 (r189056) +++ head/sys/amd64/amd64/mp_machdep.c Wed Feb 25 22:24:56 2009 (r189057) @@ -1227,7 +1227,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HAN #ifdef SCHED_ULE /* * SCHED_ULE doesn't allow enabling/disabling HT cores at - * tun time. + * run time. */ if (allowed != hyperthreading_allowed) return (ENOTSUP); Modified: head/sys/i386/i386/mp_machdep.c ============================================================================== --- head/sys/i386/i386/mp_machdep.c Wed Feb 25 20:56:27 2009 (r189056) +++ head/sys/i386/i386/mp_machdep.c Wed Feb 25 22:24:56 2009 (r189057) @@ -1398,7 +1398,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HAN #ifdef SCHED_ULE /* * SCHED_ULE doesn't allow enabling/disabling HT cores at - * tun time. + * run time. */ if (allowed != hyperthreading_allowed) return (ENOTSUP);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902252224.n1PMOua7009537>