diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-27 08:23:46 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-29 00:23:18 +0200 |
commit | f14d6b4f52616465fead8c4b6508a6687032660d (patch) | |
tree | 97756654a2df6d2f2916bfed6379abddd0de143f /arch/alpha/include | |
parent | alpha: get rid of 'segment' argument of __{get,put}_user_check() (diff) | |
download | linux-f14d6b4f52616465fead8c4b6508a6687032660d.tar.xz linux-f14d6b4f52616465fead8c4b6508a6687032660d.zip |
alpha: don't bother with __access_ok() in traps.c
we want to check that address is below TASK_SIZE; sure,
__access_ok(addr, 0, USER_DS) will do that, but it's more straightforward
to just spell it out and that way we can get rid of the damn 'segment'
argument of __access_ok().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/include')
0 files changed, 0 insertions, 0 deletions