svn commit: r327625 - head/share/man/man4

Konstantin Belousov kib at FreeBSD.org
Sat Jan 6 16:29:01 UTC 2018


Author: kib
Date: Sat Jan  6 16:29:00 2018
New Revision: 327625
URL: https://svnweb.freebsd.org/changeset/base/327625

Log:
  Document kern.smp.disabled tunable.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/share/man/man4/smp.4

Modified: head/share/man/man4/smp.4
==============================================================================
--- head/share/man/man4/smp.4	Sat Jan  6 16:13:17 2018	(r327624)
+++ head/share/man/man4/smp.4	Sat Jan  6 16:29:00 2018	(r327625)
@@ -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-head mailing list