diff options
Diffstat (limited to 'arch/tile/include/asm/mmu.h')
-rw-r--r-- | arch/tile/include/asm/mmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/asm/mmu.h b/arch/tile/include/asm/mmu.h index 92f94c77b6e4..e2c789096795 100644 --- a/arch/tile/include/asm/mmu.h +++ b/arch/tile/include/asm/mmu.h | |||
@@ -21,7 +21,7 @@ struct mm_context { | |||
21 | * Written under the mmap_sem semaphore; read without the | 21 | * Written under the mmap_sem semaphore; read without the |
22 | * semaphore but atomically, but it is conservatively set. | 22 | * semaphore but atomically, but it is conservatively set. |
23 | */ | 23 | */ |
24 | unsigned int priority_cached; | 24 | unsigned long priority_cached; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | typedef struct mm_context mm_context_t; | 27 | typedef struct mm_context mm_context_t; |