|
@@ -142,7 +142,7 @@ static int __jump_label_text_reserved(struct jump_entry *iter_start,
|
|
|
* running code can override this to make the non-live update case
|
|
|
* cheaper.
|
|
|
*/
|
|
|
-void __weak arch_jump_label_transform_static(struct jump_entry *entry,
|
|
|
+void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry,
|
|
|
enum jump_label_type type)
|
|
|
{
|
|
|
arch_jump_label_transform(entry, type);
|