diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/jump_label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 51a175ab0a03..3fb7b79c86fd 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c | |||
@@ -142,7 +142,7 @@ static int __jump_label_text_reserved(struct jump_entry *iter_start, | |||
142 | * running code can override this to make the non-live update case | 142 | * running code can override this to make the non-live update case |
143 | * cheaper. | 143 | * cheaper. |
144 | */ | 144 | */ |
145 | void __weak arch_jump_label_transform_static(struct jump_entry *entry, | 145 | void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, |
146 | enum jump_label_type type) | 146 | enum jump_label_type type) |
147 | { | 147 | { |
148 | arch_jump_label_transform(entry, type); | 148 | arch_jump_label_transform(entry, type); |