xen: release unused free memory
authorMiroslav Rezanina <mrezanin@redhat.com>
Wed, 16 Sep 2009 07:56:17 +0000 (03:56 -0400)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 20 Jul 2010 19:51:22 +0000 (12:51 -0700)
Scan an e820 table and release any memory which lies between e820 entries,
as it won't be used and would just be wasted.  At present this is just to
release any memory beyond the end of the e820 map, but it will also deal
with holes being punched in the map.

Derived from patch by Miroslav Rezanina <mrezanin@redhat.com>

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

No differences found