From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756680AbZISIiT (ORCPT ); Sat, 19 Sep 2009 04:38:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754433AbZISIiR (ORCPT ); Sat, 19 Sep 2009 04:38:17 -0400 Received: from [195.41.46.236] ([195.41.46.236]:43798 "EHLO pfepb.post.tele.dk" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753700AbZISIiQ (ORCPT ); Sat, 19 Sep 2009 04:38:16 -0400 Date: Sat, 19 Sep 2009 10:38:15 +0200 From: Sam Ravnborg To: Tim Abbott Cc: linux-parisc@vger.kernel.org, Kyle McMartin , Helge Deller , Linux Kernel Mailing List Subject: Re: [PATCH v2 0/2] Linker script cleanup patches for parisc Message-ID: <20090919083815.GC25840@merkur.ravnborg.org> References: <1253306078-7066-1-git-send-email-tabbott@ksplice.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1253306078-7066-1-git-send-email-tabbott@ksplice.com> 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 On Fri, Sep 18, 2009 at 04:34:36PM -0400, Tim Abbott wrote: > This is an updated version of the patch series I sent on September 6 > cleaning up the parisc architecture's linker scripts. It differs from > the previous version only in having been rebased on top of Linus' > current master (and is a complete rewrite of the version that got some > review back in May: > ). > > This cross-architecture linker script cleanup project is in > preparation for adding support for building the kernel with > -ffunction-sections -fdata-sections, which is a prerequisite for > Ksplice. > > -Tim Abbott > > Tim Abbott (2): > parisc: Clean up linker script using new linker script macros. > parisc: Remove useless altinstructions code copied from x86. Looks good. Both have my: Acked-by: Sam Ravnborg Sam