diff options
Diffstat (limited to 'drivers/xen/privcmd.c')
| -rw-r--r-- | drivers/xen/privcmd.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/xen/privcmd.c b/drivers/xen/privcmd.c index 7a92a5e1d40c..feca75b07fdd 100644 --- a/drivers/xen/privcmd.c +++ b/drivers/xen/privcmd.c @@ -362,8 +362,8 @@ static int mmap_batch_fn(void *data, int nr, void *state)  				st->global_error = 1;  		}  	} -	st->va += PAGE_SIZE * nr; -	st->index += nr; +	st->va += XEN_PAGE_SIZE * nr; +	st->index += nr / XEN_PFN_PER_PAGE;  	return 0;  }  | 
