diff options
-rw-r--r-- | kernel/jump_label.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 12cce78e9568..3b79bd938330 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c | |||
@@ -270,6 +270,13 @@ out: | |||
270 | return conflict; | 270 | return conflict; |
271 | } | 271 | } |
272 | 272 | ||
273 | /* | ||
274 | * Not all archs need this. | ||
275 | */ | ||
276 | void __weak arch_jump_label_text_poke_early(jump_label_t addr) | ||
277 | { | ||
278 | } | ||
279 | |||
273 | static __init int init_jump_label(void) | 280 | static __init int init_jump_label(void) |
274 | { | 281 | { |
275 | int ret; | 282 | int ret; |