Skip to content

Commit

Permalink
xen: re-enable boot-time ballooning
Browse files Browse the repository at this point in the history
Now that the balloon driver doesn't stumble over non-RAM pages, we
can enable the extra space for ballooning.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Jeremy Fitzhardinge committed Nov 20, 2010
1 parent 66946f6 commit d2a8171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ char * __init xen_memory_setup(void)
else
extra_pages = 0;

if (!xen_initial_domain())
xen_add_extra_mem(extra_pages);
xen_add_extra_mem(extra_pages);

return "Xen";
}
Expand Down

0 comments on commit d2a8171

Please sign in to comment.