aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/xen-netfront.c')
-rw-r--r--drivers/net/xen-netfront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
index bca37bf0f545..7483d45bc5bc 100644
--- a/drivers/net/xen-netfront.c
+++ b/drivers/net/xen-netfront.c
@@ -1073,7 +1073,7 @@ static void xennet_release_rx_bufs(struct netfront_info *np)
1073 if (!xen_feature(XENFEAT_auto_translated_physmap)) { 1073 if (!xen_feature(XENFEAT_auto_translated_physmap)) {
1074 /* Do all the remapping work and M2P updates. */ 1074 /* Do all the remapping work and M2P updates. */
1075 MULTI_mmu_update(mcl, np->rx_mmu, mmu - np->rx_mmu, 1075 MULTI_mmu_update(mcl, np->rx_mmu, mmu - np->rx_mmu,
1076 0, DOMID_SELF); 1076 NULL, DOMID_SELF);
1077 mcl++; 1077 mcl++;
1078 HYPERVISOR_multicall(np->rx_mcl, mcl - np->rx_mcl); 1078 HYPERVISOR_multicall(np->rx_mcl, mcl - np->rx_mcl);
1079 } 1079 }