Drivers: hv: Handle vmbus interrupts concurrently on all cpus
authorK. Y. Srinivasan <kys@microsoft.com>
Sat, 1 Dec 2012 14:46:54 +0000 (06:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 19:39:15 +0000 (11:39 -0800)
commitb0209501dc7586cbfbf6d023f2dd3ce4621aff2c
tree2918b365f599b25540f966cc763ea6bc11eda770
parentdb11f12a11c9f04d504510e1cc20775209b0e509
Drivers: hv: Handle vmbus interrupts concurrently on all cpus

Vmbus interrupts are unique in that while the interrupt is delivered on a
given vector, these can be handled concurrently on different CPUs. Handle the
vmbus interrupts concurrently on all the CPUs.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv.c
drivers/hv/vmbus_drv.c