From owner-freebsd-questions@FreeBSD.ORG Tue Jul 12 06:18:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AEDE516A41C for ; Tue, 12 Jul 2005 06:18:59 +0000 (GMT) (envelope-from snopyland@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44BFB43D45 for ; Tue, 12 Jul 2005 06:18:59 +0000 (GMT) (envelope-from snopyland@gmail.com) Received: by zproxy.gmail.com with SMTP id j25so472162nzf for ; Mon, 11 Jul 2005 23:18:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QfkuIM8PRg/A3YEFUywW2q3iuUBDJCdfPg1MTa+ruDJKoVl8/uN/EjCcl9il9Eyg4BGM/aN2R4FnnuMIoVAEu0ZKUQq4wCCrGSSOHQEe7vBynbyM20qUXXaWeiRJ6WKDByyZREDz195KmEkI6v2UVRS/O0y7zziui7ouOdG0JPs= Received: by 10.36.222.56 with SMTP id u56mr1610339nzg; Mon, 11 Jul 2005 23:18:58 -0700 (PDT) Received: by 10.36.58.13 with HTTP; Mon, 11 Jul 2005 23:18:58 -0700 (PDT) Message-ID: Date: Tue, 12 Jul 2005 14:18:58 +0800 From: Snopy Land To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: How to add CPU on server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Snopy Land List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 06:18:59 -0000 Hi, My server is 5.2.1. Originally, my server has only one CPU. I need to add one more cpu on it. However, after reboot and get from the dmesg, it only show one CPU.=20 Do I need to recompile the kernel? Any hints? Thanks.