From: Kumar Gala Date: Thu, 22 Jul 2010 18:30:44 +0000 (-0500) Subject: powerpc/kexec: Fix boundary case for book-e kexec memory limits X-Git-Tag: v2.6.35~42^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23dcab8f8e89bb25d7e156ffec4b27542d1f737a;p=pandora-kernel.git powerpc/kexec: Fix boundary case for book-e kexec memory limits The KEXEC_*_MEMORY_LIMITs are inclusive addresses. We define them as 2Gs as that is what we allow mapping via TLBs. However, this should be 2G - 1 to be inclusive, otherwise if we have >2G of memory in a system we fail to boot properly via kexec. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed