svn commit: r256115 - head/sys/i386/include/xen

Dimitry Andric dim at FreeBSD.org
Mon Oct 7 16:53:27 UTC 2013


Author: dim
Date: Mon Oct  7 16:53:26 2013
New Revision: 256115
URL: http://svnweb.freebsd.org/changeset/base/256115

Log:
  Remove redundant declaration of force_evtchn_callback() in the
  i386-specific xen-os.h, to silence a gcc warning.
  
  Approved by:	re (gjb)
  MFC after:	3 days

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

Modified: head/sys/i386/include/xen/xen-os.h
==============================================================================
--- head/sys/i386/include/xen/xen-os.h	Mon Oct  7 16:49:53 2013	(r256114)
+++ head/sys/i386/include/xen/xen-os.h	Mon Oct  7 16:53:26 2013	(r256115)
@@ -37,9 +37,6 @@
 /* Everything below this point is not included by assembler (.S) files. */
 #ifndef __ASSEMBLY__
 
-/* Force a proper event-channel callback from Xen. */
-void force_evtchn_callback(void);
-
 /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */
 static inline void rep_nop(void)
 {


More information about the svn-src-head mailing list