From: David Vrabel Date: Wed, 28 Sep 2011 16:46:33 +0000 (+0100) Subject: xen/balloon: simplify test for the end of usable RAM X-Git-Tag: v3.2-rc1~194^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cbf9b1d6af22ba262d99abcfd71d5d90dbd57a;p=pandora-kernel.git xen/balloon: simplify test for the end of usable RAM When initializing the balloon only max_pfn needs to be checked (max_pfn will always be <= e820_end_of_ram_pfn()) and improve the confusing comment. Signed-off-by: David Vrabel Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed