Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2a81713 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

xen: re-enable boot-time ballooning



Now that the balloon driver doesn't stumble over non-RAM pages, we
can enable the extra space for ballooning.

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent 66946f67
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -248,7 +248,6 @@ char * __init xen_memory_setup(void)
	else
		extra_pages = 0;

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

	return "Xen";