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