summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2016-12-20 09:29:18 +0100
committerSimon Horman <horms@verge.net.au>2017-01-24 14:38:40 +0100
commit4eaa36cd01a972a602065ebade5ac46d1c81fba9 (patch)
tree2487bf28472e39fb2ac50330cc0b8683220a7c8f
parent24aa2d93cac316657a2c20f28b8687bbf7e22991 (diff)
alpha: add missing __NR_kexec_load definition
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/kexec-syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h
index c0d0bea..3b5c528 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