Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755756AbZIVJat (ORCPT ); Tue, 22 Sep 2009 05:30:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755560AbZIVJat (ORCPT ); Tue, 22 Sep 2009 05:30:49 -0400 Received: from mtagate8.uk.ibm.com ([195.212.29.141]:54583 "EHLO mtagate8.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755375AbZIVJas (ORCPT ); Tue, 22 Sep 2009 05:30:48 -0400 Date: Tue, 22 Sep 2009 11:30:23 +0200 From: Heiko Carstens To: Mel Gorman Cc: Nick Piggin , Pekka Enberg , Christoph Lameter , sachinp@in.ibm.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Tejun Heo , Benjamin Herrenschmidt Subject: Re: [PATCH 3/3] slqb: Allow SLQB to be used on PPC Message-ID: <20090922093023.GA22441@osiris.boeblingen.de.ibm.com> References: <1253549426-917-1-git-send-email-mel@csn.ul.ie> <1253549426-917-4-git-send-email-mel@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1253549426-917-4-git-send-email-mel@csn.ul.ie> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 29 On Mon, Sep 21, 2009 at 05:10:26PM +0100, Mel Gorman wrote: > SLQB was disabled on PPC as it would stab itself in the face when running > on machines with CPUs on memoryless nodes. As those configurations should > now work, allow SLQB to be configured again on PPC. > > Signed-off-by: Mel Gorman > --- > init/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/init/Kconfig b/init/Kconfig > index adc10ab..8f55fde 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -1033,7 +1033,7 @@ config SLUB > > config SLQB > bool "SLQB (Queued allocator)" > - depends on !PPC && !S390 > + depends on !S390 You can remove S390 from the list independently from this patch set. As already mentioned SLQB works again on s390 and whatever caused the bug I reported a few weeks back is gone. -- 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/