svn commit: r327720 - stable/11/share/man/man4

Konstantin Belousov kib at FreeBSD.org
Tue Jan 9 09:26:17 UTC 2018


Author: kib
Date: Tue Jan  9 09:26:16 2018
New Revision: 327720
URL: https://svnweb.freebsd.org/changeset/base/327720

Log:
  MFC r327625:
  Document kern.smp.disabled tunable.

Modified:
  stable/11/share/man/man4/smp.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/smp.4
==============================================================================
--- stable/11/share/man/man4/smp.4	Tue Jan  9 06:51:41 2018	(r327719)
+++ stable/11/share/man/man4/smp.4	Tue Jan  9 09:26:16 2018	(r327720)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 7, 2008
+.Dd January 6, 2017
 .Dt SMP 4
 .Os
 .Sh NAME
@@ -56,6 +56,11 @@ i386 also requires
 The
 .Xr mptable 1
 command may be used to view the status of multi-processor support.
+.Pp
+.Nm
+support can be disabled by setting the loader tunable
+.Va kern.smp.disabled
+to 1.
 .Pp
 The number of CPUs detected by the system is available in
 the read-only sysctl variable


More information about the svn-src-stable-11 mailing list