forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/mips/include/asm/mmu.h
....@@ -7,9 +7,12 @@
77 #include <linux/wait.h>
88
99 typedef struct {
10
- u64 asid[NR_CPUS];
10
+ union {
11
+ u64 asid[NR_CPUS];
12
+ atomic64_t mmid;
13
+ };
14
+
1115 void *vdso;
12
- atomic_t fp_mode_switching;
1316
1417 /* lock to be held whilst modifying fp_bd_emupage_allocmap */
1518 spinlock_t bd_emupage_lock;