diff options
Diffstat (limited to 'drivers/xen/grant-table.c')
-rw-r--r-- | drivers/xen/grant-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c index d85dc6d41c2a..d4a89b3d694f 100644 --- a/drivers/xen/grant-table.c +++ b/drivers/xen/grant-table.c | |||
@@ -470,7 +470,7 @@ static int gnttab_map(unsigned int start_idx, unsigned int end_idx) | |||
470 | 470 | ||
471 | setup.dom = DOMID_SELF; | 471 | setup.dom = DOMID_SELF; |
472 | setup.nr_frames = nr_gframes; | 472 | setup.nr_frames = nr_gframes; |
473 | setup.frame_list = frames; | 473 | set_xen_guest_handle(setup.frame_list, frames); |
474 | 474 | ||
475 | rc = HYPERVISOR_grant_table_op(GNTTABOP_setup_table, &setup, 1); | 475 | rc = HYPERVISOR_grant_table_op(GNTTABOP_setup_table, &setup, 1); |
476 | if (rc == -ENOSYS) { | 476 | if (rc == -ENOSYS) { |