summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/netfront/netfront.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/netfront/netfront.c')
-rw-r--r--sys/dev/xen/netfront/netfront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c
index 9b87cbe..fed3f05 100644
--- a/sys/dev/xen/netfront/netfront.c
+++ b/sys/dev/xen/netfront/netfront.c
@@ -801,7 +801,7 @@ refill:
/* Tell the ballon driver what is going on. */
balloon_update_driver_allowance(i);
#endif
- set_xen_guest_handle(reservation.extent_start,sc->rx_pfn_array);
+ reservation.extent_start = sc->rx_pfn_array;
reservation.nr_extents = i;
reservation.extent_order = 0;
reservation.address_bits = 0;
OpenPOWER on IntegriCloud