aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/jump_label.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index bf9dcadbb53a..43049192b5ec 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -29,12 +29,6 @@ void jump_label_unlock(void)
29 mutex_unlock(&jump_label_mutex); 29 mutex_unlock(&jump_label_mutex);
30} 30}
31 31
32bool static_key_enabled(struct static_key *key)
33{
34 return (atomic_read(&key->enabled) > 0);
35}
36EXPORT_SYMBOL_GPL(static_key_enabled);
37
38static int jump_label_cmp(const void *a, const void *b) 32static int jump_label_cmp(const void *a, const void *b)
39{ 33{
40 const struct jump_entry *jea = a; 34 const struct jump_entry *jea = a;