You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
s390/kexec: move machine_crash_shutdown() to machine_kexec.c
machine_crash_shutdown() was the only function in crash.c. So move the function and delete one file. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
1c725922dd
commit
48a8ca03f8
@@ -52,7 +52,7 @@ obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_cpum_cf.o
|
|||||||
obj-$(CONFIG_64BIT) += cache.o
|
obj-$(CONFIG_64BIT) += cache.o
|
||||||
|
|
||||||
# Kexec part
|
# Kexec part
|
||||||
S390_KEXEC_OBJS := machine_kexec.o crash.o
|
S390_KEXEC_OBJS := machine_kexec.o
|
||||||
S390_KEXEC_OBJS += $(if $(CONFIG_64BIT),relocate_kernel64.o,relocate_kernel.o)
|
S390_KEXEC_OBJS += $(if $(CONFIG_64BIT),relocate_kernel64.o,relocate_kernel.o)
|
||||||
obj-$(CONFIG_KEXEC) += $(S390_KEXEC_OBJS)
|
obj-$(CONFIG_KEXEC) += $(S390_KEXEC_OBJS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright IBM Corp. 2005
|
|
||||||
*
|
|
||||||
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/threads.h>
|
|
||||||
#include <linux/kexec.h>
|
|
||||||
#include <linux/reboot.h>
|
|
||||||
|
|
||||||
void machine_crash_shutdown(struct pt_regs *regs)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -191,6 +191,10 @@ void machine_shutdown(void)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void machine_crash_shutdown(struct pt_regs *regs)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Do normal kexec
|
* Do normal kexec
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user