Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119209
b: refs/heads/master
c: 26a3e99
h: refs/heads/master
i:
  119207: 22ee6b7
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Nov 17, 2008
1 parent 660305a commit 50a1311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3c6aa1e69f705ac3ab64584101b1d38435b1353
refs/heads/master: 26a3e99160cfb06a0a33e25b9fb0d516e2cc680d
9 changes: 1 addition & 8 deletions trunk/drivers/xen/balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,7 @@ static struct timer_list balloon_timer;
static void scrub_page(struct page *page)
{
#ifdef CONFIG_XEN_SCRUB_PAGES
if (PageHighMem(page)) {
void *v = kmap(page);
clear_page(v);
kunmap(v);
} else {
void *v = page_address(page);
clear_page(v);
}
clear_highpage(page);
#endif
}

Expand Down

0 comments on commit 50a1311

Please sign in to comment.