diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-07-14 15:12:34 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2021-01-03 20:05:14 -0500 |
commit | 5f99d33810b00666825784342868240e5790c704 (patch) | |
tree | ef80931cc8ae38c65906f67b51eda147862e2214 /arch/sparc/mm/mm_32.h | |
parent | e51ea5442996261d4bc3a5b934d27cc0ce6a991c (diff) |
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>
Diffstat (limited to 'arch/sparc/mm/mm_32.h')
-rw-r--r-- | arch/sparc/mm/mm_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/mm/mm_32.h b/arch/sparc/mm/mm_32.h index ce750a99eea9..ee55f1080634 100644 --- a/arch/sparc/mm/mm_32.h +++ b/arch/sparc/mm/mm_32.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* fault_32.c - visible as they are called from assembler */ -asmlinkage int lookup_fault(unsigned long pc, unsigned long ret_pc, - unsigned long address); asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write, unsigned long address); |