aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/xen/balloon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index 043af8ad6b60..61665b2601bf 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -246,7 +246,7 @@ static enum bp_state increase_reservation(unsigned long nr_pages)
246 set_phys_to_machine(pfn, frame_list[i]); 246 set_phys_to_machine(pfn, frame_list[i]);
247 247
248 /* Link back into the page tables if not highmem. */ 248 /* Link back into the page tables if not highmem. */
249 if (!xen_hvm_domain() && pfn < max_low_pfn) { 249 if (!xen_hvm_domain() && !PageHighMem(page)) {
250 int ret; 250 int ret;
251 ret = HYPERVISOR_update_va_mapping( 251 ret = HYPERVISOR_update_va_mapping(
252 (unsigned long)__va(pfn << PAGE_SHIFT), 252 (unsigned long)__va(pfn << PAGE_SHIFT),