sparc32: switch copy_user.S away from range exception table entries
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 16 Jul 2020 14:19:37 +0000 (10:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 01:05:17 +0000 (20:05 -0500)
commitc4da8e0dc6f7cec80f32af080cadf47c1753a2ab
tree3bf7e849fce58917c8fbd2b8e24351adb1fd9b69
parentcfd5fa7021a54b8ed9bad16246b6b34851fd48d1
sparc32: switch copy_user.S away from range exception table entries

Those were the last range exception table entries, which will allow
to get rid of a lot of weirdness.  Emits the same code into .text.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sparc/lib/copy_user.S