bus/vmbus: remove sending interrupts via INT bit
authorLong Li <longli@microsoft.com>
Tue, 11 Aug 2020 02:33:12 +0000 (19:33 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:06 +0000 (18:55 +0200)
commit9c9d1dd5164583988120a7bb9002c4e062f95e97
tree476497112391723409ec8ac063b53005e013b2af
parentac837bdd22400b220d60336f22c18091a92a40c9
bus/vmbus: remove sending interrupts via INT bit

netvsc is a high speed VMBus device that uses monitor bit to signal the
host. It's not necessary to send interrupts via INT bit.

Signed-off-by: Long Li <longli@microsoft.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/bus/vmbus/vmbus_channel.c