1da177e4c3f4
c52d0d30aef8
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 */