summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/mmu.h')
-rw-r--r--arch/tile/include/asm/mmu.h2
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 {
* Written under the mmap_sem semaphore; read without the
* semaphore but atomically, but it is conservatively set.
*/
- unsigned int priority_cached;
+ unsigned long priority_cached;
};
typedef struct mm_context mm_context_t;