These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / x86 / kernel / bootflag.c
index 5de7f4c..52c8e3c 100644 (file)
@@ -98,4 +98,4 @@ static int __init sbf_init(void)
 
        return 0;
 }
-module_init(sbf_init);
+arch_initcall(sbf_init);