ia64/xen-unstable
changeset 1511:3bcb3ae4e038
bitkeeper revision 1.988 (40d59661pUJXlR6MxQNmZrn_ulTfqQ)
Bug fix.
Bug fix.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Sun Jun 20 13:51:29 2004 +0000 (2004-06-20) |
parents | 50ebf96e89bf |
children | af9edd9590d8 25ec432dcf26 |
files | xen/common/dom0_ops.c |
line diff
1.1 --- a/xen/common/dom0_ops.c Sun Jun 20 13:47:16 2004 +0000 1.2 +++ b/xen/common/dom0_ops.c Sun Jun 20 13:51:29 2004 +0000 1.3 @@ -288,6 +288,8 @@ long do_dom0_op(dom0_op_t *u_dom0_op) 1.4 break; 1.5 } 1.6 1.7 + read_unlock_irqrestore(&tasklist_lock, flags); 1.8 + 1.9 op->u.getdomaininfo.flags = 1.10 (test_bit(DF_RUNNING, &d->flags) ? DOMFLAGS_RUNNING : 0); 1.11