aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/kexec_file.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-20kexec_file, parisc: print out debugging message if requiredBaoquan He1-4/+4
Then when specifying '-d' for kexec_file_load interface, loaded locations of kernel/initrd/cmdline etc can be printed out to help debug. Here replace pr_debug() with the newly added kexec_dprintk() in kexec_file loading related codes. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Baoquan He <[email protected]> Cc: Conor Dooley <[email protected]> Cc: Joe Perches <[email protected]> Cc: Nathan Chancellor <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
2019-09-08parisc: add support for kexec_file_load() syscallSven Schnelle1-0/+86
Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Helge Deller <[email protected]>