diff options
Diffstat (limited to 'drivers/hv/vmbus_drv.c')
-rw-r--r-- | drivers/hv/vmbus_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index bf421e0efa1e..4004e54ef05d 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c | |||
@@ -434,7 +434,7 @@ static void vmbus_on_msg_dpc(unsigned long data) | |||
434 | * will not deliver any more messages since there is | 434 | * will not deliver any more messages since there is |
435 | * no empty slot | 435 | * no empty slot |
436 | */ | 436 | */ |
437 | smp_mb(); | 437 | mb(); |
438 | 438 | ||
439 | if (msg->header.message_flags.msg_pending) { | 439 | if (msg->header.message_flags.msg_pending) { |
440 | /* | 440 | /* |