Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753087AbZI3Gxa (ORCPT ); Wed, 30 Sep 2009 02:53:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752299AbZI3Gx3 (ORCPT ); Wed, 30 Sep 2009 02:53:29 -0400 Received: from [195.41.46.235] ([195.41.46.235]:47263 "EHLO pfepa.post.tele.dk" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751654AbZI3Gx2 (ORCPT ); Wed, 30 Sep 2009 02:53:28 -0400 Date: Wed, 30 Sep 2009 08:53:26 +0200 From: Sam Ravnborg To: Andreas Schwab , Geert Uytterhoeven Cc: Tim Abbott , Geert Uytterhoeven , Roman Zippel , linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros. Message-ID: <20090930065326.GA13850@merkur.ravnborg.org> References: <1253119466-19488-1-git-send-email-tabbott@ksplice.com> <1253119466-19488-3-git-send-email-tabbott@ksplice.com> <10f740e80909270258o6bde0f3dk720bd5b5c091ed2f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 883 Lines: 28 On Tue, Sep 29, 2009 at 07:12:56PM +0200, Andreas Schwab wrote: > Tim Abbott writes: > > > Below is a new version of the second patch that attempts to address this > > by putting the ALIGN inside a section, so that _end is at the end of the > > load segment (I also did a bit more cleanup): > > > > .init_end : { > > /* This ALIGN be in a section so that _end is at the end of the > > load segment. */ > > . = ALIGN(PAGE_SIZE); > > __init_end = .; > > } > > > > _end = .; > > This works fine. Thanks for testing Andreas. Geert - I assume you take the corrected version and push to Linus? Sam -- 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/