Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] alpha: add missing __NR_kexec_load definition
@ 2016-12-20  8:29 Simon Horman
  2017-01-24 13:39 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2016-12-20  8:29 UTC (permalink / raw)
  To: kexec; +Cc: Simon Horman

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
-- 
2.7.0.rc3.207.g0ac5344


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] alpha: add missing __NR_kexec_load definition
  2016-12-20  8:29 [PATCH] alpha: add missing __NR_kexec_load definition Simon Horman
@ 2017-01-24 13:39 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2017-01-24 13:39 UTC (permalink / raw)
  To: kexec

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-24 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20  8:29 [PATCH] alpha: add missing __NR_kexec_load definition Simon Horman
2017-01-24 13:39 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox