From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm Date: Sat, 13 Dec 2008 17:16:30 +0100 Message-ID: <200812131716.31874.arnd@arndb.de> References: <20081208205814.GA22697@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:52789 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbYLMQQx (ORCPT ); Sat, 13 Dec 2008 11:16:53 -0500 In-Reply-To: Content-Disposition: inline Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Geert Uytterhoeven Cc: Sam Ravnborg , Roman Zippel , linux-m68k , Greg Ungerer , uclinux-dev , linux-kbuild On Thursday 11 December 2008, Geert Uytterhoeven wrote: > > > None of my m68k-linux compilers set __uClinux__, as expected. > > Can't we unifdef out in scripts/headers_install.pl based on CONFIG_MMU? That should work, but I'm not convinced that it is what you want. If you want binaries to be used interchangably between the two, you really need to fix the signal handling and pt_regs on m68knommu, and someone should try to work out what EXEC_PAGESIZE and COMMAND_LINE_SIZE should really be defined to. Arnd <><