From: Jeremy Fitzhardinge Date: Tue, 14 Sep 2010 17:19:14 +0000 (-0700) Subject: xen: limit extra memory to a certain ratio of base X-Git-Tag: v2.6.37-rc1~93^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698bb8d14a5b577b6841acaccdf5095d3b7c7389;p=pandora-kernel.git xen: limit extra memory to a certain ratio of base If extra memory is very much larger than the base memory size then all of the base memory can be filled with structures reserved to describe the extra memory, leaving no space for anything else. Even at the maximum ratio there will be little space for anything else, but this change is intended to at least allow the system to boot rather than crash mysteriously. Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed