diff options
Diffstat (limited to 'arch/mips/include/asm/mmu.h')
-rw-r--r-- | arch/mips/include/asm/mmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mmu.h b/arch/mips/include/asm/mmu.h index 0740be7d5d4a..24d6b42345fb 100644 --- a/arch/mips/include/asm/mmu.h +++ b/arch/mips/include/asm/mmu.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #include <linux/wait.h> | 7 | #include <linux/wait.h> |
8 | 8 | ||
9 | typedef struct { | 9 | typedef struct { |
10 | unsigned long asid[NR_CPUS]; | 10 | u64 asid[NR_CPUS]; |
11 | void *vdso; | 11 | void *vdso; |
12 | atomic_t fp_mode_switching; | 12 | atomic_t fp_mode_switching; |
13 | 13 | ||