diff options
Diffstat (limited to 'drivers/xen/xenbus/xenbus_comms.c')
-rw-r--r-- | drivers/xen/xenbus/xenbus_comms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/xenbus_comms.c b/drivers/xen/xenbus/xenbus_comms.c index 090c61ee8fd0..700dc7714838 100644 --- a/drivers/xen/xenbus/xenbus_comms.c +++ b/drivers/xen/xenbus/xenbus_comms.c | |||
@@ -49,6 +49,7 @@ static DECLARE_WAIT_QUEUE_HEAD(xb_waitq); | |||
49 | static irqreturn_t wake_waiting(int irq, void *unused) | 49 | static irqreturn_t wake_waiting(int irq, void *unused) |
50 | { | 50 | { |
51 | if (unlikely(xenstored_ready == 0)) { | 51 | if (unlikely(xenstored_ready == 0)) { |
52 | printk(KERN_CRIT "xenbus_probe wake_waiting\n"); | ||
52 | xenstored_ready = 1; | 53 | xenstored_ready = 1; |
53 | schedule_work(&probe_work); | 54 | schedule_work(&probe_work); |
54 | } | 55 | } |