From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 1/3] X86: Optimise fls(), ffs() and fls64() Date: Wed, 14 Apr 2010 12:49:20 +0100 Message-ID: <17213.1271245760@redhat.com> References: <20100406133026.GD20577@parisc-linux.org> <20100326144241.8583.95617.stgit@warthog.procyon.org.uk> <28287.1269625325@redhat.com> <20100326175827.GD20055@linux-mips.org> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38556 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752775Ab0DNLtx (ORCPT ); Wed, 14 Apr 2010 07:49:53 -0400 In-Reply-To: <20100406133026.GD20577@parisc-linux.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds , Matthew Wilcox Cc: dhowells@redhat.com, Ralf Baechle , mingo@elte.hu, tglx@linutronix.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Matthew Wilcox wrote: > I don't know whether we can get it /documented/, but the architect I > asked said "We'll never get away with reverting to the older behavior, > so in essence the architecture is set to not overwrite." Does that mean we can rely on it? Linus? David