aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/compat.h
diff options
context:
space:
mode:
authorDaniel Kurtz <djkurtz@google.com>2015-04-22 13:26:02 +0800
committerDaniel Kurtz <djkurtz@google.com>2015-04-22 13:26:02 +0800
commite52ce61aab5b8a675eec46ae31a051a2245209ad (patch)
tree7910eb6ee8c19a998d3872562287771f23ada8ae /arch/arm64/include/asm/compat.h
parent9d2c178aa066efe10b4f421c347583f059dca3cc (diff)
Revert "arm64: add SIGSYS siginfo for compat task"
This reverts commit 17fa5771f529bf9d3d1ec9217eb1737f9c432e2f. To be replaced with arm64 seccomp from mainline v3.19. Signed-off-by: Daniel Kurtz <djkurtz@google.com>
Diffstat (limited to 'arch/arm64/include/asm/compat.h')
-rw-r--r--arch/arm64/include/asm/compat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/include/asm/compat.h b/arch/arm64/include/asm/compat.h
index e94e8dde78b4..56de5aadede2 100644
--- a/arch/arm64/include/asm/compat.h
+++ b/arch/arm64/include/asm/compat.h
@@ -205,13 +205,6 @@ typedef struct compat_siginfo {
compat_long_t _band; /* POLL_IN, POLL_OUT, POLL_MSG */
int _fd;
} _sigpoll;
-
- /* SIGSYS */
- struct {
- compat_uptr_t _call_addr; /* calling user insn */
- int _syscall; /* triggering system call number */
- unsigned int _arch; /* AUDIT_ARCH_* of syscall */
- } _sigsys;
} _sifields;
} compat_siginfo_t;