diff options
author | Andy Lutomirski <luto@kernel.org> | 2016-03-23 00:25:21 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-23 01:36:02 +0300 |
commit | f4056b52845283d1c1eaf546d7d05d74923029b2 (patch) | |
tree | 9f2fd2e2677cbde77e2b18f0c3a533aa28b6b081 /drivers/hid | |
parent | 10f1685fd59d4ded226123550bdaef176b99f65f (diff) | |
download | linux-f4056b52845283d1c1eaf546d7d05d74923029b2.tar.xz |
input: redefine INPUT_COMPAT_TEST as in_compat_syscall()
The input compat code should work like all other compat code: for 32-bit
syscalls, use the 32-bit ABI and for 64-bit syscalls, use the 64-bit
ABI. We have a helper for that (in_compat_syscall()): just use it.
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions