]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb87543811fa7858b1270de9e24ae16ac8b3473f0
tree96ecde42daee8290abf6e6cfca635b5a3142bb64
parent5a634391b96956a01ed0d0803257e584a1487677
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