From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756756AbYGTIXi (ORCPT ); Sun, 20 Jul 2008 04:23:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753192AbYGTIX2 (ORCPT ); Sun, 20 Jul 2008 04:23:28 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:37183 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752427AbYGTIX1 (ORCPT ); Sun, 20 Jul 2008 04:23:27 -0400 Date: Sun, 20 Jul 2008 10:23:12 +0200 From: Ingo Molnar To: Mike Travis Cc: Andrew Morton , "H. Peter Anvin" , Jack Steiner , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] NR_CPUS: Various replacements for NR_CPUS Message-ID: <20080720082312.GA30150@elte.hu> References: <20080719011126.745278000@polaris-admin.engr.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080719011126.745278000@polaris-admin.engr.sgi.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0004] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mike Travis wrote: > I've found one old patch that seems to have been misplaced [...] How did you notice that i missed them - actual crashes, or measurable performance impact? > [...] and a few minor new instances where usage of NR_CPUS may be > incorrect. > > Also a fixup for CPUMASK_ALLOC is included. applied to tip/cpus4096, thanks Mike. Ingo