vmbus: fix send interrupt for 64 bit

The send_int_page is a bitmap, which was being confused between
u32 and unsigned long. Introduce simple common function to send
interrupt, and eliminate untyped pointer.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
3 files changed