From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: linux-next: m68k build failure Date: Wed, 30 Jul 2008 10:49:35 +0200 Message-ID: <20080730084935.GA18545@uranus.ravnborg.org> References: <20080730175233.02dbf021.sfr@canb.auug.org.au> <20080730.010234.193703201.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20080730.010234.193703201.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org To: David Miller Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, geert@linux-m68k.org, linux-kernel@vger.kernel.org List-Id: linux-next.vger.kernel.org On Wed, Jul 30, 2008 at 01:02:34AM -0700, David Miller wrote: > From: Stephen Rothwell > Date: Wed, 30 Jul 2008 17:52:33 +1000 > > > linux-next (version next-20080729) build (m68k defconfig) failed like this; > > > > In file included from arch/m68k/sun3/idprom.c:16: > > include2/asm/idprom.h:3:30: error: asm-sparc/idprom.h: No such file or directory > > Yes, Sam told the m68k folks this would happen and that they > would need to resolve it somehow. > > Perhaps as a quick fix we can just copy sparc's idprom.h into > asm-m68k/idprom.h Full list of relevant files: include/asm-m68k/contregs.h:#include include/asm-m68k/fbio.h:#include include/asm-m68k/idprom.h:#include I will try to take a look at it tonight. m68knommu is also part of the game. Need to get x86 + um working with arch/x86/include first though. Sam