r' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2016-04-01 14:47:36 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2016-05-03 11:15:51 +0100
commitd0506a2395eb07bef248de95016d9a8cf8a465ea (patch)
tree5e144f520ff77b154cf9c3a47babc671a02861fe
parent981b6714dbd26609212536b9fed43e49db1459cf (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>