From: K. Y. Srinivasan Date: Sat, 1 Dec 2012 14:46:46 +0000 (-0800) Subject: Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond X-Git-Tag: v3.9-rc1~124^2~88 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be77774017fc3c7dd0b434265dfa417aac23545;p=pandora-kernel.git Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond On win7 (ws2008 R2) and beyond, we have the notion of having dedicated interrupts on a per-channel basis. When a channel has a dedicated interrupt assigned, there is no need to set the interrupt bit in the shared page. Implement this optimization. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed