svn commit: r256747 - stable/10/sys/xen

Dimitry Andric dim at FreeBSD.org
Fri Oct 18 17:08:23 UTC 2013


Author: dim
Date: Fri Oct 18 17:08:23 2013
New Revision: 256747
URL: http://svnweb.freebsd.org/changeset/base/256747

Log:
  MFC r256746:
  
  Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence
  a gcc warning.
  
  Approved by:	re (glebius)

Modified:
  stable/10/sys/xen/xen-os.h
Directory Properties:
  stable/10/sys/   (props changed)

Modified: stable/10/sys/xen/xen-os.h
==============================================================================
--- stable/10/sys/xen/xen-os.h	Fri Oct 18 17:06:13 2013	(r256746)
+++ stable/10/sys/xen/xen-os.h	Fri Oct 18 17:08:23 2013	(r256747)
@@ -50,8 +50,6 @@
 /* Force a proper event-channel callback from Xen. */
 void force_evtchn_callback(void);
 
-extern int gdtset;
-
 extern shared_info_t *HYPERVISOR_shared_info;
 
 enum xen_domain_type {


More information about the svn-src-all mailing list