forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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;