change warning about disable kprobes (#549)
#479 Co-authored-by: dabao1955 <195328750@qq.com>
This commit is contained in:
@@ -57,7 +57,7 @@ int __init kernelsu_init(void)
|
|||||||
ksu_enable_sucompat();
|
ksu_enable_sucompat();
|
||||||
ksu_enable_ksud();
|
ksu_enable_ksud();
|
||||||
#else
|
#else
|
||||||
#warning("KPROBES is disabled, KernelSU may not work, please check https://kernelsu.org/guide/how-to-integrate-for-non-gki.html")
|
pr_alert("KPROBES is disabled, KernelSU may not work, please check https://kernelsu.org/guide/how-to-integrate-for-non-gki.html");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user