Skip to content
Commit f14d6b4f authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d78d834b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment