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 157c0ccda3ef..04c1b2d9b775 100644 --- a/drivers/xen/grant-table.c +++ b/drivers/xen/grant-table.c | |||
@@ -1147,7 +1147,7 @@ static int gnttab_setup(void) | |||
1147 | return gnttab_map(0, nr_grant_frames - 1); | 1147 | return gnttab_map(0, nr_grant_frames - 1); |
1148 | 1148 | ||
1149 | if (gnttab_shared.addr == NULL) { | 1149 | if (gnttab_shared.addr == NULL) { |
1150 | gnttab_shared.addr = ioremap(xen_hvm_resume_frames, | 1150 | gnttab_shared.addr = xen_remap(xen_hvm_resume_frames, |
1151 | PAGE_SIZE * max_nr_gframes); | 1151 | PAGE_SIZE * max_nr_gframes); |
1152 | if (gnttab_shared.addr == NULL) { | 1152 | if (gnttab_shared.addr == NULL) { |
1153 | printk(KERN_WARNING | 1153 | printk(KERN_WARNING |