]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/asm-generic/mmu.h
asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
[karo-tx-linux.git] / include / asm-generic / mmu.h
1 #ifndef __ASM_GENERIC_MMU_H
2 #define __ASM_GENERIC_MMU_H
3
4 /*
5  * This is the mmu.h header for nommu implementations.
6  * Architectures with an MMU need something more complex.
7  */
8 #ifndef __ASSEMBLY__
9 typedef struct {
10         unsigned long           end_brk;
11 } mm_context_t;
12 #endif
13
14 #endif /* __ASM_GENERIC_MMU_H */