Linux 6.10-rc3
[linux-2.6-block.git] / arch / powerpc / include / asm / mmu.h
index aa5c0fd5edb1c9f36c25fe65fe956b1e308c8588..8a27b046c6a2cdd8acfb68cdbfabdad98abfa65e 100644 (file)
@@ -251,7 +251,7 @@ static __always_inline bool mmu_has_feature(unsigned long feature)
 #endif
 
 #ifdef CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG
-       if (!static_key_initialized) {
+       if (!static_key_feature_checks_initialized) {
                printk("Warning! mmu_has_feature() used prior to jump label init!\n");
                dump_stack();
                return early_mmu_has_feature(feature);