linux_dsm_epyc7002/arch/mips/include/asm/mmu.h

13 lines
199 B
C
Raw Normal View History

#ifndef __ASM_MMU_H
#define __ASM_MMU_H
2015-01-08 19:17:37 +07:00
#include <linux/atomic.h>
typedef struct {
unsigned long asid[NR_CPUS];
void *vdso;
2015-01-08 19:17:37 +07:00
atomic_t fp_mode_switching;
} mm_context_t;
#endif /* __ASM_MMU_H */