aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/event.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-08 12:06:10 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-08 12:06:10 +0000
commit96f8844d3d165eadc9cba55aa91fe2166a496e62 (patch)
tree4f0842a7cad67552835765cee45b87638f0129fa /xen/include/xen/event.h
parenta0cc4ba202a39f23085b367904a4c9a9684b4954 (diff)
downloadxen-96f8844d3d165eadc9cba55aa91fe2166a496e62.tar.gz
xen-96f8844d3d165eadc9cba55aa91fe2166a496e62.tar.bz2
xen-96f8844d3d165eadc9cba55aa91fe2166a496e62.zip
bitkeeper revision 1.1389.5.35 (427e00b2juTv-JMiPdIYinvwaH2N8Q)
Field-name cleanups. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/event.h')
-rw-r--r--xen/include/xen/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/event.h b/xen/include/xen/event.h
index f0f3d61fd6..ac7ce6b1a0 100644
--- a/xen/include/xen/event.h
+++ b/xen/include/xen/event.h
@@ -43,7 +43,7 @@ static inline void evtchn_set_pending(struct exec_domain *ed, int port)
* NB2. We save DF_RUNNING across the unblock to avoid a needless
* IPI for domains that we IPI'd to unblock.
*/
- running = test_bit(EDF_RUNNING, &ed->ed_flags);
+ running = test_bit(EDF_RUNNING, &ed->flags);
exec_domain_unblock(ed);
if ( running )
smp_send_event_check_cpu(ed->processor);