aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/kexec.c
AgeCommit message (Collapse)AuthorFilesLines
2023-05-09parisc: kexec: include reboot.hSimon Horman1-0/+2
Include reboot.h in machine_kexec.c for declaration of machine_crash_shutdown and machine_shutdown. gcc-12 with W=1 reports: arch/parisc/kernel/kexec.c:57:6: warning: no previous prototype for 'machine_crash_shutdown' [-Wmissing-prototypes] 57 | void machine_crash_shutdown(struct pt_regs *regs) | ^~~~~~~~~~~~~~~~~~~~~~ arch/parisc/kernel/kexec.c:61:6: warning: no previous prototype for 'machine_shutdown' [-Wmissing-prototypes] 61 | void machine_shutdown(void) | ^~~~~~~~~~~~~~~~ No functional changes intended. Compile tested only. Signed-off-by: Simon Horman <[email protected]> Acked-by: Baoquan He <[email protected]> Signed-off-by: Helge Deller <[email protected]>
2019-09-08parisc: add support for kexec_file_load() syscallSven Schnelle1-0/+7
Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Helge Deller <[email protected]>
2019-09-08parisc: add kexec syscall supportSven Schnelle1-0/+105
Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Helge Deller <[email protected]>