Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757028AbZD0QtE (ORCPT ); Mon, 27 Apr 2009 12:49:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755451AbZD0Qsx (ORCPT ); Mon, 27 Apr 2009 12:48:53 -0400 Received: from BISCAYNE-ONE-STATION.MIT.EDU ([18.7.7.80]:34877 "EHLO biscayne-one-station.mit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754352AbZD0Qsw (ORCPT ); Mon, 27 Apr 2009 12:48:52 -0400 Date: Mon, 27 Apr 2009 12:46:21 -0400 (EDT) From: Tim Abbott To: Sam Ravnborg cc: Linus Torvalds , Linux kernel mailing list , Anders Kaseorg , Waseem Daher , Denys Vlasenko , Rusty Russell , Andi Kleen , "H. Peter Anvin" , Stephen Rothwell , Jeff Arnold , Andrew Morton , Jon Masters , Masami Hiramatsu , "Theodore Ts'o" , Nikanth Karthikesan , Arjan van de Ven , Paul Mundt , =?ISO-8859-15?Q?Am=E9rico_Wang?= , Ralf Baechle , Kyle McMartin , David Howells , Russell King , Tony Luck Subject: Re: [PATCH 05/15] arm: convert to use __HEAD and HEAD_TEXT macros. In-Reply-To: <20090426111924.GD28642@uranus.ravnborg.org> Message-ID: References: <1240711870-30505-1-git-send-email-tabbott@mit.edu> <1240711870-30505-2-git-send-email-tabbott@mit.edu> <1240711870-30505-3-git-send-email-tabbott@mit.edu> <1240711870-30505-4-git-send-email-tabbott@mit.edu> <1240711870-30505-5-git-send-email-tabbott@mit.edu> <20090426111924.GD28642@uranus.ravnborg.org> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Flag: NO X-Spam-Score: 0.00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 789 Lines: 20 On Sun, 26 Apr 2009, Sam Ravnborg wrote: > > - .text.head : { > > + HEAD_TEXT_SECTION : { > > Spell it out direct rather than hiding the .head.text > behind a macro name here. Does .head.text actually need its own output section here? I notice that only the linker scripts for arm, x86, and ia64 have an output section for .head.text; the rest just place it at the start of the .text or .init.text output section. It would be great if we could eliminate these extra references to .head.text by doing the same thing here. -Tim Abbott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/