From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932194AbXF2EOI (ORCPT ); Fri, 29 Jun 2007 00:14:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750883AbXF2EN4 (ORCPT ); Fri, 29 Jun 2007 00:13:56 -0400 Received: from ozlabs.org ([203.10.76.45]:33730 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750742AbXF2ENz (ORCPT ); Fri, 29 Jun 2007 00:13:55 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18052.34556.48421.672836@cargo.ozlabs.ibm.com> Date: Fri, 29 Jun 2007 14:13:48 +1000 From: Paul Mackerras To: Jeremy Fitzhardinge Cc: "Eric W. Biederman" , lkml , Andrew Morton , Linux Arch , Richard Henderson , Ian Molton , Russell King , Haavard Skinnemoen , Aubrey Li , Mikael Starvik , David Howells , Yoshinori Sato , Andi Kleen , Tony Luck , Geert Uytterhoeven , Ralf Baechle , Matthew Wilcox , Martin Schwidefsky , Paul Mundt , "David S. Miller" , Miles Bader , Chris Zankel Subject: Re: [PATCH] cross-architecture ELF clean up In-Reply-To: <20070620230902.387008536@goop.org> References: <20070620230854.246399397@goop.org> <20070620230902.387008536@goop.org> X-Mailer: VM 7.19 under Emacs 21.4.1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jeremy Fitzhardinge writes: > powerpc also appears to have its own duplicate copy of elf.h in > arch/powerpc/boot/elf.h; presumably because the standard elf.h > brings in too much. Update it to just linux/elf-defn.h, which > should be fine. No, it's because the bootwrapper is not part of the kernel and does not use kernel headers. The aim is that the bootwrapper can be built and used outside the kernel source tree, so it needs its own copies of any headers that aren't in /usr/include. Paul.