Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 05:06:24 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r267631 - head/sys/x86/xen
Message-ID:  <201406190506.s5J56O7Y090407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406190506.s5J56O7Y090407>