kernel: rename KSU_WITH_KPROBES to KSU_KPROBES_HOOK for better self explanitory

This commit is contained in:
rifsxd
2025-05-21 15:13:17 +06:00
parent 26d3ec14a6
commit eed685507a
5 changed files with 23 additions and 23 deletions

View File

@@ -57,7 +57,7 @@ int __init kernelsu_init(void)
ksu_throne_tracker_init();
#ifdef CONFIG_KSU_WITH_KPROBES
#ifdef CONFIG_KSU_KPROBES_HOOK
ksu_sucompat_init();
ksu_ksud_init();
#else
@@ -80,7 +80,7 @@ void kernelsu_exit(void)
destroy_workqueue(ksu_workqueue);
#ifdef CONFIG_KSU_WITH_KPROBES
#ifdef CONFIG_KSU_KPROBES_HOOK
ksu_ksud_exit();
ksu_sucompat_exit();
#endif