Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129967
b: refs/heads/master
c: 1058a75
h: refs/heads/master
i:
  129965: b60c62c
  129963: 36c6e62
  129959: 0167f72
  129951: 02d577e
v: v3
  • Loading branch information
Dan Magenheimer authored and Ingo Molnar committed Jan 22, 2009
1 parent 0c06985 commit 5013944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 066941bd4eeb159307a5d7d795100d0887c00442
refs/heads/master: 1058a75f07b9bb8323fb5197be5526220f8b75cf
5 changes: 5 additions & 0 deletions trunk/drivers/xen/balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@ static int decrease_reservation(unsigned long nr_pages)
frame_list[i] = pfn_to_mfn(pfn);

scrub_page(page);

ret = HYPERVISOR_update_va_mapping(
(unsigned long)__va(pfn << PAGE_SHIFT),
__pte_ma(0), 0);
BUG_ON(ret);
}

/* Ensure that ballooned highmem pages don't have kmaps. */
Expand Down

0 comments on commit 5013944

Please sign in to comment.