From owner-cvs-src@FreeBSD.ORG Mon Apr 21 13:05:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BBB37B401; Mon, 21 Apr 2003 13:05:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BCA43FBD; Mon, 21 Apr 2003 13:05:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3LK5X0U066699; Mon, 21 Apr 2003 13:05:33 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3LK5XXH066695; Mon, 21 Apr 2003 13:05:33 -0700 (PDT) Message-Id: <200304212005.h3LK5XXH066695@repoman.freebsd.org> From: John Baldwin Date: Mon, 21 Apr 2003 13:05:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 smp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 20:05:35 -0000 jhb 2003/04/21 13:05:33 PDT FreeBSD src repository Modified files: share/man/man4 smp.4 Log: - Don't highlight options APIC_IO at the top since it only applies to i386 and this manpage is somewhat machine independent. - Don't redundantly say that SMP support is present for all supported architectures. Instead, say that it is present for all Tier-1 architectures. - Note that an SMP kernel not booting on a UP machine is an i386-only exception. - Add a paragraph about hyperthreading support including some docco on the machdep.hlt_logical_cpus sysctl ps@ recently added. - Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0. Revision Changes Path 1.16 +15 -3 src/share/man/man4/smp.4