X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=kernel%2Fjump_label.c;h=93ad6c1fb9b6212e706eb3ae08f7b881192008ec;hb=a820cd3d25c2891028b5f296a8a871ce6dd92c0d;hp=20400055f177cd9ab83748fd740a01036747df90;hpb=c1ece76719205690f4b448460d9b85c130e8021b;p=deliverable%2Flinux.git diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 20400055f177..93ad6c1fb9b6 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c @@ -288,6 +288,9 @@ void __init jump_label_init(void) BUILD_BUG_ON((int)ATOMIC_INIT(0) != 0); BUILD_BUG_ON((int)ATOMIC_INIT(1) != 1); + if (static_key_initialized) + return; + jump_label_lock(); jump_label_sort_entries(iter_start, iter_stop);