Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754341AbZI3V0X (ORCPT ); Wed, 30 Sep 2009 17:26:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753597AbZI3V0X (ORCPT ); Wed, 30 Sep 2009 17:26:23 -0400 Received: from BISCAYNE-ONE-STATION.MIT.EDU ([18.7.7.80]:45406 "EHLO biscayne-one-station.mit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752842AbZI3V0W (ORCPT ); Wed, 30 Sep 2009 17:26:22 -0400 From: Tim Abbott To: Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sam Ravnborg , Tim Abbott Subject: [PATCH v4 0/2] Linker script cleanup patches for arm Date: Wed, 30 Sep 2009 17:25:33 -0400 Message-Id: <1254345935-15958-1-git-send-email-tabbott@ksplice.com> X-Mailer: git-send-email 1.6.3.3 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: 1161 Lines: 29 This is an updated version of the patch series I sent in late July cleaning up the arm architecture's linker scripts. Version 2 was rebased on top of Linus's current master; version 3 contains a fix for a problem with CONFIG_XIP_KERNEL noted by Russell King. Version 4 differs from version 3 only in being rebased on top of Linus' master. 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 Nelson Elhage (1): arm: Clean up linker script using new linker script macros. Tim Abbott (1): arm: convert to use __HEAD and HEAD_TEXT macros. arch/arm/kernel/head-nommu.S | 2 +- arch/arm/kernel/head.S | 2 +- arch/arm/kernel/vmlinux.lds.S | 83 ++++++++++++----------------------------- 3 files changed, 26 insertions(+), 61 deletions(-) -- 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/