Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
authorK. Y. Srinivasan <kys@microsoft.com>
Sun, 17 Feb 2013 19:30:44 +0000 (11:30 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Feb 2013 18:15:53 +0000 (10:15 -0800)
commit302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
tree96ecde42daee8290abf6e6cfca635b5a3142bb64
parent09884964335e85e897876d17783c2ad33cf8a2e0
Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts

Use the infrastructure for delivering VMBUS interrupts using a
special vector. With this patch, we can now properly handle
the VMBUS interrupts that can be delivered on any CPU. Also,
turn on interrupt load balancing as well.

This patch requires the infrastructure that was implemented in the patch:
X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

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