Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755806AbZLDJtf (ORCPT ); Fri, 4 Dec 2009 04:49:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755773AbZLDJtd (ORCPT ); Fri, 4 Dec 2009 04:49:33 -0500 Received: from casper.infradead.org ([85.118.1.10]:57436 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755763AbZLDJtb (ORCPT ); Fri, 4 Dec 2009 04:49:31 -0500 Subject: Re: [PATCH 1/3] sched: fix missing sched tunable recalculation on cpu add/remove From: Peter Zijlstra To: ehrhardt@linux.vnet.ibm.com Cc: mingo@elte.hu, linux-kernel@vger.kernel.org, Holger.Wolf@de.ibm.com, epasch@de.ibm.com, schwidefsky@de.ibm.com In-Reply-To: <1259579808-11357-2-git-send-email-ehrhardt@linux.vnet.ibm.com> References: <1259579808-11357-1-git-send-email-ehrhardt@linux.vnet.ibm.com> <1259579808-11357-2-git-send-email-ehrhardt@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 04 Dec 2009 10:49:14 +0100 Message-ID: <1259920154.3977.1822.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 426 Lines: 13 On Mon, 2009-11-30 at 12:16 +0100, ehrhardt@linux.vnet.ibm.com wrote: > + unsigned int cpus = max(num_online_cpus(), 8U); Hehe, you copied my bug too ;-) I made that min() now. -- 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/