commit | d0506a2395eb07bef248de95016d9a8cf8a465ea | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Apr 01 14:47:36 2016 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue May 03 11:15:51 2016 +0100 |
tree | 5e144f520ff77b154cf9c3a47babc671a02861fe | |
parent | 981b6714dbd26609212536b9fed43e49db1459cf [diff] |
ARM: kexec: remove 512MB restriction on kexec crashdump The real limit is the top of the visible physical address space with the MMU turned off. Hence, we need to limit the crash kernel allocation running-view physical address of the top of the boot-view physical address space. Reviewed-by: Pratyush Anand <panand@redhat.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>