svn commit: r267631 - head/sys/x86/xen

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jun 19 05:06:24 UTC 2014


Author: hselasky
Date: Thu Jun 19 05:06:24 2014
New Revision: 267631
URL: http://svnweb.freebsd.org/changeset/base/267631

Log:
  Fix compile warning: Remove duplicate external declaration.

Modified:
  head/sys/x86/xen/xen_apic.c

Modified: head/sys/x86/xen/xen_apic.c
==============================================================================
--- head/sys/x86/xen/xen_apic.c	Thu Jun 19 05:00:39 2014	(r267630)
+++ head/sys/x86/xen/xen_apic.c	Thu Jun 19 05:06:24 2014	(r267631)
@@ -84,8 +84,6 @@ extern void pmap_lazyfix_action(void);
 extern int pmap_pcid_enabled;
 #endif
 
-extern int xen_vector_callback_enabled;
-
 /*---------------------------------- Macros ----------------------------------*/
 #define	IPI_TO_IDX(ipi) ((ipi) - APIC_IPI_INTS)
 


More information about the svn-src-all mailing list