License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / sparc / mm / mm_32.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e1b2f134
SR
2/* fault_32.c - visible as they are called from assembler */
3asmlinkage int lookup_fault(unsigned long pc, unsigned long ret_pc,
4 unsigned long address);
5asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
6 unsigned long address);
7
8void window_overflow_fault(void);
9void window_underflow_fault(unsigned long sp);
10void window_ret_fault(struct pt_regs *regs);
11
accf032c
SR
12/* srmmu.c */
13extern char *srmmu_name;
e8c29c83
SR
14extern int viking_mxcc_present;
15extern int flush_page_for_dma_global;
accf032c
SR
16
17extern void (*poke_srmmu)(void);
e8c29c83
SR
18
19void __init srmmu_paging_init(void);
a2b0aa94
SR
20
21/* iommu.c */
22void ld_mmu_iommu(void);
23
24/* io-unit.c */
25void ld_mmu_iounit(void);