Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert...
[linux-2.6-microblaze.git] / include / linux / jump_label.h
index 3e113a1..3526c0a 100644 (file)
@@ -215,6 +215,9 @@ extern void arch_jump_label_transform(struct jump_entry *entry,
                                      enum jump_label_type type);
 extern void arch_jump_label_transform_static(struct jump_entry *entry,
                                             enum jump_label_type type);
+extern bool arch_jump_label_transform_queue(struct jump_entry *entry,
+                                           enum jump_label_type type);
+extern void arch_jump_label_transform_apply(void);
 extern int jump_label_text_reserved(void *start, void *end);
 extern void static_key_slow_inc(struct static_key *key);
 extern void static_key_slow_dec(struct static_key *key);