svn commit: r246900 - projects/amd64_xen_pv/sys/xen

Cherry G. Mathew cherry at FreeBSD.org
Sun Feb 17 07:40:22 UTC 2013


Author: cherry
Date: Sun Feb 17 07:40:21 2013
New Revision: 246900
URL: http://svnweb.freebsd.org/changeset/base/246900

Log:
  Revert 246899, which was committed by mistake.
  
  Apologies for the noise.

Modified:
  projects/amd64_xen_pv/sys/xen/evtchn.h

Modified: projects/amd64_xen_pv/sys/xen/evtchn.h
==============================================================================
--- projects/amd64_xen_pv/sys/xen/evtchn.h	Sun Feb 17 07:37:06 2013	(r246899)
+++ projects/amd64_xen_pv/sys/xen/evtchn.h	Sun Feb 17 07:40:21 2013	(r246900)
@@ -54,7 +54,7 @@ static inline void 
 clear_evtchn(int port)
 {
 	shared_info_t *s = HYPERVISOR_shared_info;
-	synch_clear_bit(port, s->evtchn_pending);
+	synch_clear_bit(port, &s->evtchn_pending[0]);
 }
 
 static inline void 


More information about the svn-src-projects mailing list