diff options
author | Baoquan He <bhe@redhat.com> | 2023-04-07 09:15:07 +0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-04-11 19:24:46 +0100 |
commit | 504cae453f8222884486f77f1fd3e8e0aa317dd7 (patch) | |
tree | 1d5974a7312a46612d032d1aa9a09de1903da6fe /scripts/gdb/linux/modules.py | |
parent | 04a2a7af3d977f5a54aed26ab54cf734b59dcdf3 (diff) |
arm64: kdump: defer the crashkernel reservation for platforms with no DMA memory zones
In commit 031495635b46 ("arm64: Do not defer reserve_crashkernel() for
platforms with no DMA memory zones"), reserve_crashkernel() is called
much earlier in arm64_memblock_init() to avoid causing base apge
mapping on platforms with no DMA meomry zones.
With taking off protection on crashkernel memory region, no need to call
reserve_crashkernel() specially in advance. The deferred invocation of
reserve_crashkernel() in bootmem_init() can cover all cases. So revert
the whole commit now.
Signed-off-by: Baoquan He <bhe@redhat.com>
Reviewed-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20230407011507.17572-4-bhe@redhat.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions