From: Simon Horman <horms@verge.net.au>
To: kexec@lists.infradead.org
Subject: Re: [PATCH] alpha: add missing __NR_kexec_load definition
Date: Tue, 24 Jan 2017 14:39:38 +0100 [thread overview]
Message-ID: <20170124133938.GF28325@verge.net.au> (raw)
In-Reply-To: <1482222558-30213-1-git-send-email-horms@verge.net.au>
On Tue, Dec 20, 2016 at 09:29:18AM +0100, Simon Horman wrote:
> Signed-off-by: Simon Horman <horms@verge.net.au>
> ---
> kexec/kexec-syscall.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h
> index c0d0beadf932..3b5c528d8aac 100644
> --- a/kexec/kexec-syscall.h
> +++ b/kexec/kexec-syscall.h
> @@ -48,6 +48,9 @@
> #ifdef __m68k__
> #define __NR_kexec_load 313
> #endif
> +#ifdef __alpha__
> +#define __NR_kexec_load 448
> +#endif
> #ifndef __NR_kexec_load
> #error Unknown processor architecture. Needs a kexec_load syscall number.
> #endif
I have applied this but for the record alpha still seems far away from
compiling in my environment.
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
prev parent reply other threads:[~2017-01-24 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-20 8:29 [PATCH] alpha: add missing __NR_kexec_load definition Simon Horman
2017-01-24 13:39 ` Simon Horman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170124133938.GF28325@verge.net.au \
--to=horms@verge.net.au \
--cc=kexec@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox