summaryrefslogtreecommitdiff
path: root/kexec/kexec-syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec-syscall.h')
-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 8d93047..5c44110 100644
--- a/kexec/kexec-syscall.h
+++ b/kexec/kexec-syscall.h
@@ -49,6 +49,9 @@
#ifdef __arm__
#define __NR_kexec_load __NR_SYSCALL_BASE + 347
#endif
+#ifdef __MIPSEL__
+#define __NR_kexec_load 4311
+#endif
#ifndef __NR_kexec_load
#error Unknown processor architecture. Needs a kexec_load syscall number.
#endif