Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754673AbZIVPat (ORCPT ); Tue, 22 Sep 2009 11:30:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753066AbZIVPas (ORCPT ); Tue, 22 Sep 2009 11:30:48 -0400 Received: from mail-yw0-f198.google.com ([209.85.211.198]:46927 "EHLO mail-yw0-f198.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbZIVPas convert rfc822-to-8bit (ORCPT ); Tue, 22 Sep 2009 11:30:48 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=a3LuHrUND+tI/LJf6luyDVMgQuyV05n2IWv1vk58F4uoV2WbUqx62sak2h2zF6/O2Y BWx+WhaUCaskiNhIv2rU5toHJk+tNiBIEPvJPETe1nP7sp0v2RZGI6Ugk99EPgyE34cI uAoZW0uT43U248nrgL7ewk+wMEZPf2SQkD/3E= MIME-Version: 1.0 In-Reply-To: References: <1252292753-11792-1-git-send-email-tabbott@ksplice.com> <8bd0f97a0909152013oe652087gf5cd227a1997a5b3@mail.gmail.com> <20090916202655.GA17153@merkur.ravnborg.org> <8bd0f97a0909161337v6edbe204wfd83b4c3118b3a27@mail.gmail.com> From: Mike Frysinger Date: Tue, 22 Sep 2009 11:30:31 -0400 Message-ID: <8bd0f97a0909220830w7435ee32h3ec8f667e2b46d79@mail.gmail.com> Subject: Re: [PATCH] blackfin: Cleanup linker script using new linker script macros. To: Tim Abbott Cc: Sam Ravnborg , Linux Kernel Mailing List , Bryan Wu , uclinux-dist-devel@blackfin.uclinux.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1585 Lines: 30 On Tue, Sep 22, 2009 at 11:29, Tim Abbott wrote: > On Wed, 16 Sep 2009, Mike Frysinger wrote: >> On Wed, Sep 16, 2009 at 16:26, Sam Ravnborg wrote: >> > On Wed, Sep 16, 2009 at 11:58:01AM -0400, Tim Abbott wrote: >> >> OK.  I guess we should plan to modify the INIT_DATA_SECTION macro to add >> >> another argument specifying an alignment level for .init.ramfs.  It'd be >> >> inconvenient to add that right now since there are a lot of patches in >> >> linux-next or otherwise in flight that introduce uses of >> >> INIT_DATA_SECTION, and those patches would all be broken by changing this >> >> now.  Once the dust settles on that for this release, I'll submit a patch >> >> adding said argument to INIT_DATA_SECTION. >> > >> > But this is all discarded during runtime so the added alignment has no cost in the end - no? >> >> once things are booted, there should be no difference.  but >> storage/boot costs increase (you have to store/extract/copy that extra >> data).  you know how miserly we embedded people like to be ;). > > OK, so how do you want to do this?  The options I see are: > (1) we merge this patch now, and add the new alignment argument for -rc2 > (2) we add the alignment argument sometime after -rc1 and then merge this > for -rc2 doing it in two steps is OK by me and sounds like it'd be easier for you -mike -- 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/