sparc32: kill lookup_fault()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 14 Jul 2020 19:12:34 +0000 (15:12 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 01:05:14 +0000 (20:05 -0500)
commit5f99d33810b00666825784342868240e5790c704
treeef80931cc8ae38c65906f67b51eda147862e2214
parente51ea5442996261d4bc3a5b934d27cc0ce6a991c
sparc32: kill lookup_fault()

No callers left.  As the result we can kill
* lookup_fault() itself
* the kludge in do_sparc_fault() for passing the
arguments for eventual lookup_fault() into exception handler and
labels used by it
* the last of magical exception table entries (in __clear_user())

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sparc/include/asm/uaccess_32.h
arch/sparc/lib/memset.S
arch/sparc/mm/fault_32.c
arch/sparc/mm/mm_32.h