|
@@ -151,7 +151,7 @@ extern struct jump_entry __start___jump_table[];
|
|
|
extern struct jump_entry __stop___jump_table[];
|
|
|
|
|
|
extern void jump_label_init(void);
|
|
|
-extern void jump_label_invalidate_init(void);
|
|
|
+extern void jump_label_invalidate_initmem(void);
|
|
|
extern void jump_label_lock(void);
|
|
|
extern void jump_label_unlock(void);
|
|
|
extern void arch_jump_label_transform(struct jump_entry *entry,
|
|
@@ -199,7 +199,7 @@ static __always_inline void jump_label_init(void)
|
|
|
static_key_initialized = true;
|
|
|
}
|
|
|
|
|
|
-static inline void jump_label_invalidate_init(void) {}
|
|
|
+static inline void jump_label_invalidate_initmem(void) {}
|
|
|
|
|
|
static __always_inline bool static_key_false(struct static_key *key)
|
|
|
{
|