diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-07-22 20:30:44 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-22 20:31:14 +0200 |
commit | 23dcab8f8e89bb25d7e156ffec4b27542d1f737a (patch) | |
tree | 74b9a01497d6cf053c4cd87ca27ac5df3a7b9ae2 /firmware | |
parent | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... (diff) | |
download | linux-23dcab8f8e89bb25d7e156ffec4b27542d1f737a.tar.xz linux-23dcab8f8e89bb25d7e156ffec4b27542d1f737a.zip |
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 <galak@kernel.crashing.org>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions