summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/kexec.h
AgeCommit message (Collapse)AuthorFilesLines
2019-12-15parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle1-4/+0
Fix compilation when the CONFIG_KEXEC_FILE=y and CONFIG_KEXEC=n. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
2019-09-08parisc: add kexec syscall supportSven Schnelle1-0/+37
Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>