From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 09:15:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16DDE16A4CE for ; Mon, 19 Jan 2004 09:15:55 -0800 (PST) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1AC343D2D for ; Mon, 19 Jan 2004 09:15:52 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus.cie.etat.lu (avirus.cie.etat.lu [148.110.136.55]) by postino-1.etat.lu (Postfix) with ESMTP id 1979035D34A for ; Mon, 19 Jan 2004 18:15:52 +0100 (CET) Received: from hermes-2 (localhost [127.0.0.1]) by avirus.cie.etat.lu (8.11.7+Sun/8.8.8) with ESMTP id i0JHFoM19836 for ; Mon, 19 Jan 2004 18:15:50 +0100 (MET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HRQ00G01YACN7@mail.etat.lu> for freebsd-questions@freebsd.org; Mon, 19 Jan 2004 18:15:51 +0100 (MET) Received: from lucy ([148.110.43.189])18 2003)) freebsd-questions@freebsd.org; Mon, 19 Jan 2004 18:15:50 +0100 (MET) Date: Mon, 19 Jan 2004 18:15:57 +0100 From: Didier WIROTH To: freebsd-questions@freebsd.org Message-id: <0HRQ00HGHYMESO@mail.etat.lu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcPer+cU/FsKLk4ITNm5LKU4Pzv70A== Subject: SMP kernel option X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 17:15:55 -0000 Hi, I'm a bit confused. In /usr/src/sys/i386/conf/NOTES it is written: # Be sure to disable 'cpu I386_CPU' for SMP kernels. Do they mean you have to completely remove the "cpu" option from the custom file, at this time I'm using this in my custom kernel: cpu I686_CPU options SMP device apic Can I leave this? Or should I only have: #cpu I686_CPU no it is disabled no cpu option options SMP device apic thx