]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
alpha: switch __copy_user() and __do_clean_user() to normal calling conventions
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 25 Dec 2016 01:26:18 +0000 (20:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Mar 2021 15:07:23 +0000 (16:07 +0100)
commit366cfcc68fe3fcdb0a68dfe1aec1c3e9ff823874
tree248443df4e35ac8b05dcf99dd0b52f064f9ae5f7
parent4d0f33eaec6e7a74b8e36f4713bcf425ca00c80a
alpha: switch __copy_user() and __do_clean_user() to normal calling conventions

commit 8525023121de4848b5f0a7d867ffeadbc477774d upstream.

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>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/alpha/include/asm/uaccess.h
arch/alpha/lib/clear_user.S
arch/alpha/lib/copy_user.S
arch/alpha/lib/ev6-clear_user.S
arch/alpha/lib/ev6-copy_user.S