From patchwork Fri Sep 18 20:34:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Abbott X-Patchwork-Id: 48643 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8IKaV6V010098 for ; Fri, 18 Sep 2009 20:36:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758565AbZIRUfX (ORCPT ); Fri, 18 Sep 2009 16:35:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758579AbZIRUfV (ORCPT ); Fri, 18 Sep 2009 16:35:21 -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 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id n8IKZ2EF022649; Fri, 18 Sep 2009 16:35:02 -0400 (EDT) Received: from localhost (c-71-192-160-118.hsd1.nh.comcast.net [71.192.160.118]) (authenticated bits=0) (User authenticated as tabbott@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id n8IKZ1sf001440; Fri, 18 Sep 2009 16:35:01 -0400 (EDT) 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-Scanned-By: MIMEDefang 2.42 X-Spam-Flag: NO X-Spam-Score: 0.00 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org 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 = .;