From owner-svn-src-head@FreeBSD.ORG Thu May 13 09:59:11 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03D58106566B; Thu, 13 May 2010 09:59:11 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E70FD8FC23; Thu, 13 May 2010 09:59:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4D9xAqC094722; Thu, 13 May 2010 09:59:10 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4D9xAtJ094720; Thu, 13 May 2010 09:59:10 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201005130959.o4D9xAtJ094720@svn.freebsd.org> From: Konstantin Belousov Date: Thu, 13 May 2010 09:59:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208026 - head/sys/amd64/amd64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 09:59:11 -0000 Author: kib Date: Thu May 13 09:59:10 2010 New Revision: 208026 URL: http://svn.freebsd.org/changeset/base/208026 Log: Do not use .extern, it is not strictly needed with gas and it is custom to omit it. Requested by: bde MFC after: 6 days Modified: head/sys/amd64/amd64/apic_vector.S Modified: head/sys/amd64/amd64/apic_vector.S ============================================================================== --- head/sys/amd64/amd64/apic_vector.S Thu May 13 09:26:31 2010 (r208025) +++ head/sys/amd64/amd64/apic_vector.S Thu May 13 09:59:10 2010 (r208026) @@ -41,7 +41,6 @@ #include "assym.s" - .extern doreti_iret /* * I/O Interrupt Entry Point. Rather than having one entry point for * each interrupt source, we use one entry point for each 32-bit word