Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758000AbZKDTiS (ORCPT ); Wed, 4 Nov 2009 14:38:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757916AbZKDTiS (ORCPT ); Wed, 4 Nov 2009 14:38:18 -0500 Received: from smtp2.ultrahosting.com ([74.213.174.253]:37443 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757223AbZKDTiR (ORCPT ); Wed, 4 Nov 2009 14:38:17 -0500 Date: Wed, 4 Nov 2009 14:37:06 -0500 (EST) From: Christoph Lameter X-X-Sender: cl@V090114053VZO-1 To: "Paul E. McKenney" cc: Ingo Molnar , Ian Campbell , Tejun Heo , Linus Torvalds , Andrew Morton , Rusty Russell , linux-kernel Subject: Re: [PATCH] Correct nr_processes() when CPUs have been unplugged In-Reply-To: <20091104060933.GB6830@linux.vnet.ibm.com> Message-ID: References: <1257243074.23110.779.camel@zakaz.uk.xensource.com> <20091103160734.GA21362@elte.hu> <20091104060933.GB6830@linux.vnet.ibm.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 19 On Tue, 3 Nov 2009, Paul E. McKenney wrote: > > Cpu hotplug is rarely used (what you listed are rare and unusual cases) > > and therefore online cpus == possible cpus == present cpus. > > Though it is not unusual for "possible cpus" to be quite a bit larger > than "online cpus"... The only reason for possible cpus to be larger than online cpus is if you can actually plugin more processors while the system is running. Typically the larger possible cpus seems to be some sort of Vendor BIOS screwup where the vendor advertises how many processors the maximum configuration of a certain type of hardware would suppport if one would buy that config. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/