hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm64/include/asm/pgtable.h
....@@ -996,8 +996,7 @@
996996 */
997997 static inline bool arch_faults_on_old_pte(void)
998998 {
999
- /* The register read below requires a stable CPU to make any sense */
1000
- cant_migrate();
999
+ WARN_ON(preemptible());
10011000
10021001 return !cpu_has_hw_af();
10031002 }