From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937313AbYEVBYM (ORCPT ); Wed, 21 May 2008 21:24:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1765084AbYEVBXn (ORCPT ); Wed, 21 May 2008 21:23:43 -0400 Received: from wf-out-1314.google.com ([209.85.200.168]:63010 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764582AbYEVBXm (ORCPT ); Wed, 21 May 2008 21:23:42 -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=Ui6dnxWA54gFJSUVxZP8vUQsgy1L9PIkPq0bypmgXJBUXr/c0uirSdgazi7m6RE+M5mFSCKGQuargsu6wJKRHZG9uP0z9QEkFsiZtsTjBLrMH/Tzz5ERR0eJdNGNWAG1r3JvHTMv5ojBZsM/ft5txzxnDGx7tyj90cU7T86ryAs= Subject: Re: Moving include/asm-* [was: Re: Moving sound/* to drivers/ ?] From: Harvey Harrison To: Linus Torvalds Cc: Al Viro , Paul Mackerras , Takashi Iwai , linux-kernel@vger.kernel.org In-Reply-To: References: <18484.44691.477859.334222@cargo.ozlabs.ibm.com> <20080522005657.GU28946@ZenIV.linux.org.uk> Content-Type: text/plain Date: Wed, 21 May 2008 18:23:39 -0700 Message-Id: <1211419419.6908.12.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2008-05-21 at 18:20 -0700, Linus Torvalds wrote: > > On Thu, 22 May 2008, Al Viro wrote: > > > > Eh? git mv include/asm-$i arch/$i/include/asm, then? > > Yeah, sorry, I dropped an "include/" there. > > > Nice, but... how do you pull what's currently asm-generic/foo.h from what's > > currently asm-bar/foo.h? #include_next is _ugly_... > > I was actually going to suggest #include_next, yes. But if people hate it, > we can certainly just keep the current approach. > What about say, sparc64 that has a lot of #include Harvey