Skip to content
Commit 23dcab8f authored by Kumar Gala's avatar Kumar Gala
Browse files

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: default avatarKumar Gala <galak@kernel.crashing.org>
parent cd5b8f87
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment