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

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

#endif /* __ASM_MMU_H */