inotify: fix race
[linux-2.6.22.y-op.git] / include / asm-arm26 / mmu.h
blob9b8d3d781a1e10834ff49bd0b13e6765c6f70a27
1 #ifndef __ARM_MMU_H
2 #define __ARM_MMU_H
4 /*
5 * The ARM doesn't have a mmu context
6 */
7 typedef struct { } mm_context_t;
9 #endif