summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm
diff options
context:
space:
mode:
authorGuo Ren2018-09-05 08:25:14 +0200
committerGuo Ren2018-10-25 18:54:22 +0200
commitdd3ef10ea295f8f4181e6044fb19444cad7c6aab (patch)
treea866e02f173967c81798428d64a8b0f3f9c8cd6a /arch/csky/include/asm
parentcsky: Process management and Signal (diff)
downloadkernel-qcow2-linux-dd3ef10ea295f8f4181e6044fb19444cad7c6aab.tar.gz
kernel-qcow2-linux-dd3ef10ea295f8f4181e6044fb19444cad7c6aab.tar.xz
kernel-qcow2-linux-dd3ef10ea295f8f4181e6044fb19444cad7c6aab.zip
csky: VDSO and rt_sigreturn
This patch adds files related to VDSO and our VDSO only support rt_sigreturn. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky/include/asm')
-rw-r--r--arch/csky/include/asm/vdso.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/csky/include/asm/vdso.h b/arch/csky/include/asm/vdso.h
new file mode 100644
index 000000000000..d963d691f3a1
--- /dev/null
+++ b/arch/csky/include/asm/vdso.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __ASM_CSKY_VDSO_H
+#define __ASM_CSKY_VDSO_H
+
+#include <abi/vdso.h>
+
+struct csky_vdso {
+ unsigned short rt_signal_retcode[4];
+};
+
+#endif /* __ASM_CSKY_VDSO_H */