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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to