Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752697Ab1C1H05 (ORCPT ); Mon, 28 Mar 2011 03:26:57 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:65393 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776Ab1C1H04 (ORCPT ); Mon, 28 Mar 2011 03:26:56 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=EPJpoick4lUOOxH+38jrQech9NuT8WHgxAIn+UxfEI/pProF7XVp+i9u3zeFGb87+J Sz9PUAIxDGRigqSZiQQEo/D65eiy3EQAux5qZr7nCv/oGATOdOg3mwpi6955rhnDTNgR tNrryuWIGptj4MRXHescYeeqgQVzFbfVnOR6E= Subject: Re: [PATCH] slub: Disable the lockless allocator From: Eric Dumazet To: Ingo Molnar Cc: Pekka Enberg , Pekka Enberg , Christoph Lameter , Linus Torvalds , Thomas Gleixner , akpm@linux-foundation.org, tj@kernel.org, npiggin@kernel.dk, rientjes@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org In-Reply-To: <20110328063656.GA29462@elte.hu> References: <1301161507.2979.105.camel@edumazet-laptop> <4D9026C8.6060905@cs.helsinki.fi> <20110328061929.GA24328@elte.hu> <20110328063656.GA29462@elte.hu> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Mar 2011 09:26:50 +0200 Message-ID: <1301297210.32248.6.camel@edumazet-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 529 Lines: 16 Le lundi 28 mars 2011 à 08:36 +0200, Ingo Molnar a écrit : > I think we might still be missing the hunk below - or is it now not needed > anymore? Its not needed anymore, once cmpxchg16b implementation works correctly on !SMP build. (It does now with current linux-2.6 tree) -- 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/