kernel/arch/mips/include/asm/mmu.h
.. .. @@ -7,9 +7,12 @@ 7 7 #include <linux/wait.h> 8 8 9 9 typedef struct { 10 - u64 asid[NR_CPUS];10 + union {11 + u64 asid[NR_CPUS];12 + atomic64_t mmid;13 + };14 +11 15 void *vdso; 12 - atomic_t fp_mode_switching;13 16 14 17 /* lock to be held whilst modifying fp_bd_emupage_allocmap */ 15 18 spinlock_t bd_emupage_lock;