Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyper...
[linux-2.6-microblaze.git] / drivers / net / hyperv / netvsc.c
index 5a57d19..0c3de94 100644 (file)
@@ -846,7 +846,7 @@ static void netvsc_copy_to_send_buf(struct netvsc_device *net_device,
        }
 
        for (i = 0; i < page_count; i++) {
-               char *src = phys_to_virt(pb[i].pfn << PAGE_SHIFT);
+               char *src = phys_to_virt(pb[i].pfn << HV_HYP_PAGE_SHIFT);
                u32 offset = pb[i].offset;
                u32 len = pb[i].len;