diff options
Diffstat (limited to 'kexec/kexec-syscall.h')
-rw-r--r-- | kexec/kexec-syscall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h index 3b5c528..33638c2 100644 --- a/kexec/kexec-syscall.h +++ b/kexec/kexec-syscall.h @@ -61,6 +61,9 @@ #ifdef __x86_64__ #define __NR_kexec_file_load 320 #endif +#ifdef __powerpc64__ +#define __NR_kexec_file_load 382 +#endif #ifndef __NR_kexec_file_load /* system call not available for the arch */ |