diff options
Diffstat (limited to 'include/asm-cris/arch-v10/mmu.h')
-rw-r--r-- | include/asm-cris/arch-v10/mmu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v10/mmu.h b/include/asm-cris/arch-v10/mmu.h index d18aa00e50b..df84f1716e6 100644 --- a/include/asm-cris/arch-v10/mmu.h +++ b/include/asm-cris/arch-v10/mmu.h @@ -7,7 +7,10 @@ /* type used in struct mm to couple an MMU context to an active mm */ -typedef unsigned int mm_context_t; +typedef struct +{ + unsigned int page_id; +} mm_context_t; /* kernel memory segments */ |