From owner-cvs-sys Thu May 1 07:18:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA25955 for cvs-sys-outgoing; Thu, 1 May 1997 07:18:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25918; Thu, 1 May 1997 07:18:06 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA01922; Thu, 1 May 1997 07:18:05 -0700 (PDT) Date: Thu, 1 May 1997 07:18:05 -0700 (PDT) Message-Id: <199705011418.HAA01922@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/kern init_smp.c Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk peter 97/05/01 07:18:05 Modified: sys/kern init_smp.c Log: This is obvious to people who've been using the smp kernel for a while, but now that we've widened the scope of the smp work to -current, it might be an idea to warn new people that might not have read all the docs yet that the SMP support needs to be activated via a sysctl. Revision Changes Path 1.3 +3 -1 src/sys/kern/init_smp.c