Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...
[firefly-linux-kernel-4.4.55.git] / init / calibrate.c
index 40ff3b4048952993ed790b684800d3d36d56106b..2d3d73bd4ce13b18dcbe6d9ebd63efe1cd70c073 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <asm/timex.h>
 
-static unsigned long preset_lpj;
+unsigned long preset_lpj;
 static int __init lpj_setup(char *str)
 {
        preset_lpj = simple_strtoul(str,NULL,0);