On Tue, Nov 14, 2006 at 10:37:45AM +0100, Heiko Carstens wrote:
> From: Heiko Carstens <[EMAIL PROTECTED]>
> 
> Set KEXEC_ARCH_S390 in order to make sure that kexec works also in compat
> mode on s390.

That seems fine to me, but could you explain a little more about it?

> 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

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to