From 7565f3e8372c450d436a8b60605a183b4ef1ab83 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 13 May 2010 09:59:10 +0000 Subject: [PATCH] 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 --- sys/amd64/amd64/apic_vector.S | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S index f36ff4972a1a..4cfc18b5fdeb 100644 --- a/sys/amd64/amd64/apic_vector.S +++ b/sys/amd64/amd64/apic_vector.S @@ -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