Drivers: hv: Bind all vmbbus interrupts to the boot CPU
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 18 Jan 2013 05:00:51 +0000 (21:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Jan 2013 00:03:33 +0000 (16:03 -0800)
commit0f3f2f86b22c41bb102a15ca4ca7f41c7414ab0d
tree0854d6c4e5be20e0a276fd854849ddb58e4f90e9
parent83ebf6e562afc31cf4c6346ee87a7dd9fe39c322
Drivers: hv: Bind all vmbbus interrupts to the boot CPU

The default interrupt delivery model in Linux does not support the Hyper-V
vmbus delivery model when the guest is configured with multiple VCPUs. I have
sent a patch to address this - delivering the vmbus interrupt on a separate
IDT vector. Until this patch is applied, bind all vmbus interrupts to the boot
CPU.

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