blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / mips / include / asm / mmu.h
blob1afa1f986df8c42a06e5f34355de8f8f1325c4bf
1 #ifndef __ASM_MMU_H
2 #define __ASM_MMU_H
4 #include <linux/atomic.h>
6 typedef struct {
7 unsigned long asid[NR_CPUS];
8 void *vdso;
9 atomic_t fp_mode_switching;
10 } mm_context_t;
12 #endif /* __ASM_MMU_H */