diff options
author | Sourabh Jain <sourabhjain@linux.ibm.com> | 2024-03-26 06:54:10 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-04-23 06:59:01 +0200 |
commit | f5f0da5a7b18fab383bac92044fd8f4f288c9d38 (patch) | |
tree | 4bcaafd8e187ed6ae30d01057556100459fdfb53 /arch/powerpc/include/asm/kexec.h | |
parent | crash: add a new kexec flag for hotplug support (diff) | |
download | linux-f5f0da5a7b18fab383bac92044fd8f4f288c9d38.tar.xz linux-f5f0da5a7b18fab383bac92044fd8f4f288c9d38.zip |
powerpc/kexec: move *_memory_ranges functions to ranges.c
Move the following functions form kexec/{file_load_64.c => ranges.c} and
make them public so that components other than KEXEC_FILE can also use
these functions.
1. get_exclude_memory_ranges
2. get_reserved_memory_ranges
3. get_crash_memory_ranges
4. get_usable_memory_ranges
Later in the series get_crash_memory_ranges function is utilized for
in-kernel updates to kdump image during CPU/Memory hotplug or
online/offline events for both kexec_load and kexec_file_load syscalls.
Since the above functions are moved to ranges.c, some of the helper
functions in ranges.c are no longer required to be public. Mark them as
static and removed them from kexec_ranges.h header file.
Finally, remove the CONFIG_KEXEC_FILE build dependency for range.c
because it is required for other config, such as CONFIG_CRASH_DUMP.
No functional changes are intended.
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
Acked-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240326055413.186534-4-sourabhjain@linux.ibm.com
Diffstat (limited to 'arch/powerpc/include/asm/kexec.h')
0 files changed, 0 insertions, 0 deletions