From b1cbf9b1d6af22ba262d99abcfd71d5d90dbd57a Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Wed, 28 Sep 2011 17:46:33 +0100 Subject: [PATCH] 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-format-patch failed