summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/apic_vector.S
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-05-13 09:59:10 +0000
committerkib <kib@FreeBSD.org>2010-05-13 09:59:10 +0000
commit43b7e87f4317ace45532f012cea993a4d9d418f0 (patch)
treedcd2176dc8e8260b1f00c83f081b181d14aace72 /sys/amd64/amd64/apic_vector.S
parentc8b3be983ce5f06ac98d1b0c2eee6409942443b0 (diff)
downloadFreeBSD-src-43b7e87f4317ace45532f012cea993a4d9d418f0.zip
FreeBSD-src-43b7e87f4317ace45532f012cea993a4d9d418f0.tar.gz
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
Diffstat (limited to 'sys/amd64/amd64/apic_vector.S')
-rw-r--r--sys/amd64/amd64/apic_vector.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index f36ff49..4cfc18b 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
OpenPOWER on IntegriCloud