Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759904AbZIPQni (ORCPT ); Wed, 16 Sep 2009 12:43:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759890AbZIPQnb (ORCPT ); Wed, 16 Sep 2009 12:43:31 -0400 Received: from BISCAYNE-ONE-STATION.MIT.EDU ([18.7.7.80]:40118 "EHLO biscayne-one-station.mit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759835AbZIPQnJ (ORCPT ); Wed, 16 Sep 2009 12:43:09 -0400 From: Tim Abbott To: linux-ia64@vger.kernel.org Cc: Tony Luck , Fenghua Yu , linux-kernel@vger.kernel.org, Sam Ravnborg , Tim Abbott Subject: [PATCH v2 0/3] Linker script cleanup patches for ia64 Date: Wed, 16 Sep 2009 12:42:41 -0400 Message-Id: <1253119364-19359-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: 1017 Lines: 27 This is an updated version of the patch series I sent in late July cleaning up the ia64 architecture's linker scripts. The only change is that it is rebased on top of Linus's current 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 (2): ia64: Use standard macros for page-aligned data. ia64: Clean up linker script using standard macros. Tim Abbott (1): ia64: Use .ref.text, not .text.init for start_ap. arch/ia64/kernel/head.S | 4 +- arch/ia64/kernel/vmlinux.lds.S | 112 +++++----------------------------------- 2 files changed, 15 insertions(+), 101 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/