From: Heiko Carstens <[EMAIL PROTECTED]>
Set KEXEC_ARCH_S390 in order to make sure that kexec works also in compat
mode on s390.
Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]>
---
kexec/arch/s390/kexec-s390.c | 1 +
1 files changed, 1 insertion(+)
Index: kexec-tools/kexec/arch/s390/kexec-s390.c
===================================================================
--- kexec-tools.orig/kexec/arch/s390/kexec-s390.c
+++ kexec-tools/kexec/arch/s390/kexec-s390.c
@@ -96,6 +96,7 @@ int arch_process_options(int argc, char
int arch_compat_trampoline(struct kexec_info *info)
{
+ info->kexec_flags |= KEXEC_ARCH_S390;
return 0;
}
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot