GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / include / asm / mmu.h
blobc436138945a84dca9f1f311e54a801090c396853
1 #ifndef __ASM_MMU_H
2 #define __ASM_MMU_H
4 typedef struct {
5 unsigned long asid[NR_CPUS];
6 void *vdso;
7 } mm_context_t;
9 #endif /* __ASM_MMU_H */