Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932309Ab1EXRf1 (ORCPT ); Tue, 24 May 2011 13:35:27 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:54650 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756640Ab1EXRfZ convert rfc822-to-8bit (ORCPT ); Tue, 24 May 2011 13:35:25 -0400 MIME-Version: 1.0 In-Reply-To: References: <20110520161816.dda6f1fd.sfr@canb.auug.org.au> From: Linus Torvalds Date: Tue, 24 May 2011 10:29:58 -0700 Message-ID: Subject: Re: linux-next: build failure after merge of the final tree To: Mike Frysinger Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org, Andrew Morton , Mel Gorman , linux-mm@kvack.org, Alexander Viro , linux-fsdevel@vger.kernel.org, "Paul E. McKenney" , Dipankar Sarma , "Balbi, Felipe" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 22 On Tue, May 24, 2011 at 10:10 AM, Mike Frysinger wrote: > > latest tree seems to only fail for me now on the musb driver. ?i can > send out a patch later today if no one else has gotten to it yet. Please do. I did a grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') but there are drivers out there that have that "prefetch()" pattern without being about actual CPU prefetching at all (see for example drivers/ide/cmd640.c), so once I got allyesconfig with my x86 detection hack going, I didn't bother with the few odd men out. Linus -- 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/