aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mmu.h
blob: c436138945a84dca9f1f311e54a801090c396853 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_MMU_H
#define __ASM_MMU_H

typedef struct {
	unsigned long asid[NR_CPUS];
	void *vdso;
} mm_context_t;

#endif /* __ASM_MMU_H */