commit | 8525023121de4848b5f0a7d867ffeadbc477774d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 24 20:26:18 2016 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 28 18:23:16 2017 -0400 |
tree | f4b1c2d1575d752963bda2a8836b40becda1eaa2 | |
parent | d597580d373774b1bdab84b3d26ff0b55162b916 [diff] |
alpha: switch __copy_user() and __do_clean_user() to normal calling conventions They used to need odd calling conventions due to old exception handling mechanism, the last remnants of which had disappeared back in 2002. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>