5f99d33810
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>
21 lines
584 B
C
21 lines
584 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* fault_32.c - visible as they are called from assembler */
|
|
asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
|
|
unsigned long address);
|
|
|
|
void window_overflow_fault(void);
|
|
void window_underflow_fault(unsigned long sp);
|
|
void window_ret_fault(struct pt_regs *regs);
|
|
|
|
/* srmmu.c */
|
|
extern char *srmmu_name;
|
|
extern int viking_mxcc_present;
|
|
extern int flush_page_for_dma_global;
|
|
|
|
extern void (*poke_srmmu)(void);
|
|
|
|
void __init srmmu_paging_init(void);
|
|
|
|
/* iommu.c */
|
|
void ld_mmu_iommu(void);
|