summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann2016-11-29 13:45:53 +0100
committerMichael Ellerman2016-11-30 13:15:27 +0100
commit80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9 (patch)
treefc2da34080784a250d3192e86747b167d92b2fc6 /arch/powerpc/include/uapi/asm/unistd.h
parentpowerpc: Add purgatory for kexec_file_load() implementation. (diff)
downloadkernel-qcow2-linux-80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9.tar.gz
kernel-qcow2-linux-80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9.tar.xz
kernel-qcow2-linux-80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9.zip
powerpc/kexec: Enable kexec_file_load() syscall
Define the Kconfig symbol so that the kexec_file_load() code can be built, and wire up the syscall so that it can be called. Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/unistd.h')
-rw-r--r--arch/powerpc/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h
index e9f5f41aa55a..2f26335a3c42 100644
--- a/arch/powerpc/include/uapi/asm/unistd.h
+++ b/arch/powerpc/include/uapi/asm/unistd.h
@@ -392,5 +392,6 @@
#define __NR_copy_file_range 379
#define __NR_preadv2 380
#define __NR_pwritev2 381
+#define __NR_kexec_file_load 382
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */