Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758606AbZIRUf0 (ORCPT ); Fri, 18 Sep 2009 16:35:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758250AbZIRUfX (ORCPT ); Fri, 18 Sep 2009 16:35:23 -0400 Received: from BISCAYNE-ONE-STATION.MIT.EDU ([18.7.7.80]:62966 "EHLO biscayne-one-station.mit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758431AbZIRUfQ (ORCPT ); Fri, 18 Sep 2009 16:35:16 -0400 From: Tim Abbott To: linux-parisc@vger.kernel.org Cc: Kyle McMartin , Helge Deller , Linux Kernel Mailing List , Sam Ravnborg , Tim Abbott Subject: [PATCH v2 2/2] parisc: Remove useless altinstructions code copied from x86. Date: Fri, 18 Sep 2009 16:34:38 -0400 Message-Id: <1253306078-7066-3-git-send-email-tabbott@ksplice.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1253306078-7066-1-git-send-email-tabbott@ksplice.com> References: <1253306078-7066-1-git-send-email-tabbott@ksplice.com> 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: 1535 Lines: 53 Signed-off-by: Tim Abbott Cc: Kyle McMartin Cc: Helge Deller Cc: linux-parisc@vger.kernel.org Cc: Sam Ravnborg --- arch/parisc/kernel/vmlinux.lds.S | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index 3fd66d9..775be27 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S @@ -135,31 +135,6 @@ SECTIONS INIT_TEXT_SECTION(16384) INIT_DATA_SECTION(16) - /* alternate instruction replacement. This is a mechanism x86 uses - * to detect the CPU type and replace generic instruction sequences - * with CPU specific ones. We don't currently do this in PA, but - * it seems like a good idea... - */ - . = ALIGN(4); - .altinstructions : { - __alt_instructions = .; - *(.altinstructions) - __alt_instructions_end = .; - } - .altinstr_replacement : { - *(.altinstr_replacement) - } - - /* .exit.text is discard at runtime, not link time, to deal with references - * from .altinstructions and .eh_frame - */ - .exit.text : { - EXIT_TEXT - } - .exit.data : { - EXIT_DATA - } - PERCPU(PAGE_SIZE) . = ALIGN(PAGE_SIZE); __init_end = .; -- 1.6.3.3 -- 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/