From: Jeremy Fitzhardinge Date: Thu, 2 Dec 2010 23:30:06 +0000 (-0800) Subject: xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory X-Git-Tag: v2.6.37-rc5~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a4c92fa24e1853d0e21f9e6e45859b832240f94;p=pandora-kernel.git xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory If this is a non-HIGHMEM 32-bit kernel, then the page structures only go up to the limit of addressable memory, even if more memory is physically present. Don't try to add that extra memory to the balloon. Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed