diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-27 18:00:15 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-05 20:40:25 -0500 |
commit | 5e6039d8a307d8411422c154f3d446b44fa32b6d (patch) | |
tree | ac371d0115ddadd6ca723d3bcb7b682b561ed403 /arch/tile/include | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile/include')
-rw-r--r-- | arch/tile/include/asm/uaccess.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/uaccess.h b/arch/tile/include/asm/uaccess.h index a77369e91e54..730073326b46 100644 --- a/arch/tile/include/asm/uaccess.h +++ b/arch/tile/include/asm/uaccess.h | |||
@@ -24,9 +24,6 @@ | |||
24 | #include <asm/processor.h> | 24 | #include <asm/processor.h> |
25 | #include <asm/page.h> | 25 | #include <asm/page.h> |
26 | 26 | ||
27 | #define VERIFY_READ 0 | ||
28 | #define VERIFY_WRITE 1 | ||
29 | |||
30 | /* | 27 | /* |
31 | * The fs value determines whether argument validity checking should be | 28 | * The fs value determines whether argument validity checking should be |
32 | * performed or not. If get_fs() == USER_DS, checking is performed, with | 29 | * performed or not. If get_fs() == USER_DS, checking is performed, with |