From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932929AbYEVBa3 (ORCPT ); Wed, 21 May 2008 21:30:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755577AbYEVBaU (ORCPT ); Wed, 21 May 2008 21:30:20 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:42846 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755483AbYEVBaT (ORCPT ); Wed, 21 May 2008 21:30:19 -0400 Date: Wed, 21 May 2008 18:29:43 -0700 (PDT) From: Linus Torvalds To: Harvey Harrison cc: Al Viro , Paul Mackerras , Takashi Iwai , linux-kernel@vger.kernel.org Subject: Re: Moving include/asm-* [was: Re: Moving sound/* to drivers/ ?] In-Reply-To: <1211419419.6908.12.camel@brick> Message-ID: References: <18484.44691.477859.334222@cargo.ozlabs.ibm.com> <20080522005657.GU28946@ZenIV.linux.org.uk> <1211419419.6908.12.camel@brick> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 21 May 2008, Harvey Harrison wrote: > > What about say, sparc64 that has a lot of #include Ahh, I didn't realize people did that. I assume (but am too lazy to check) that UML probably does something similar for its arch-specific stuff. So yeah, it's probably more pain than it _should_ be, for reasons like that. But I suspect that things like may be because sparc64 would actually like to add another -Iarch/sparc/include (until it eventually can get rid of the thing _entirely_, of course, as it gets unified under one architecture) Linus