summaryrefslogtreecommitdiff
path: root/kernel/jump_label.c
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@linaro.org>2017-12-18 15:09:38 +0530
committerSumit Semwal <sumit.semwal@linaro.org>2017-12-18 15:09:38 +0530
commit4d4899cc6c5f3572bdca0486a123f42d19261603 (patch)
treed4b9187ce1830eba4d5782168af1989b84943777 /kernel/jump_label.c
parent8466c55d9fbc79c97cfe36a376f10d4805868399 (diff)
parent4231b6a98fceb1589f13e886c26130d2fd4e3901 (diff)
Merge remote-tracking branch 'stable/linux-4.4.y' into lts-4.4.y-hikey4.4.106-hikey
Diffstat (limited to 'kernel/jump_label.c')
-rw-r--r--kernel/jump_label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index 453ec4232852..e863b2339174 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -553,7 +553,7 @@ static __init int jump_label_test(void)
return 0;
}
-late_initcall(jump_label_test);
+early_initcall(jump_label_test);
#endif /* STATIC_KEYS_SELFTEST */
#endif /* HAVE_JUMP_LABEL */