diff options
Diffstat (limited to 'include/asm-arm26/mmu.h')
-rw-r--r-- | include/asm-arm26/mmu.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-arm26/mmu.h b/include/asm-arm26/mmu.h new file mode 100644 index 000000000000..9b8d3d781a1e --- /dev/null +++ b/include/asm-arm26/mmu.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __ARM_MMU_H | ||
2 | #define __ARM_MMU_H | ||
3 | |||
4 | /* | ||
5 | * The ARM doesn't have a mmu context | ||
6 | */ | ||
7 | typedef struct { } mm_context_t; | ||
8 | |||
9 | #endif | ||