svn commit: r256746 - head/sys/xen

Dimitry Andric dim at FreeBSD.org
Fri Oct 18 17:06:13 UTC 2013


Author: dim
Date: Fri Oct 18 17:06:13 2013
New Revision: 256746
URL: http://svnweb.freebsd.org/changeset/base/256746

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

Modified:
  head/sys/xen/xen-os.h

Modified: head/sys/xen/xen-os.h
==============================================================================
--- head/sys/xen/xen-os.h	Fri Oct 18 15:40:37 2013	(r256745)
+++ head/sys/xen/xen-os.h	Fri Oct 18 17:06:13 2013	(r256746)
@@ -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