powerpc: Add static_key_feature_checks_initialized flag
[sfrench/cifs-2.6.git] / arch / powerpc / include / asm / feature-fixups.h
index 77824bd289a38402ac05574dc312f833cc82096e..17d168dd8b49123dbdf630af0c4cfe475349472e 100644 (file)
@@ -291,6 +291,8 @@ extern long __start___rfi_flush_fixup, __stop___rfi_flush_fixup;
 extern long __start___barrier_nospec_fixup, __stop___barrier_nospec_fixup;
 extern long __start__btb_flush_fixup, __stop__btb_flush_fixup;
 
+extern bool static_key_feature_checks_initialized;
+
 void apply_feature_fixups(void);
 void update_mmu_feature_fixups(unsigned long mask);
 void setup_feature_keys(void);