From: kaf24@scramble.cl.cam.ac.uk Date: Thu, 24 Jun 2004 21:00:36 +0000 (+0000) Subject: bitkeeper revision 1.1011.2.1 (40db40f4hQt__0Kd_tqYnMYqvqQCRg) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18105^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4ef2220738a93481c62281b45ed084019beda2a7;p=xen.git bitkeeper revision 1.1011.2.1 (40db40f4hQt__0Kd_tqYnMYqvqQCRg) sched.h: bug fix --- diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 2a509eab32..fb4ab16ba3 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -279,7 +279,6 @@ static inline void domain_unpause(struct domain *d) static inline void domain_unblock(struct domain *d) { - ASSERT(d != current); if ( test_and_clear_bit(DF_BLOCKED, &d->flags) ) domain_wake(d); }