Revert "kernel: remove unused CONFIG guard becuase GKI kernel enable kprobe by default" (#2495)

follow up to
https://github.com/tiann/KernelSU/pull/2475#issuecomment-2680947145
This commit is contained in:
backslashxx
2025-03-12 08:33:09 +08:00
committed by GitHub
parent 203cd4d746
commit 97b2411316
4 changed files with 59 additions and 0 deletions

View File

@@ -886,7 +886,9 @@ void __init ksu_core_init(void)
void ksu_core_exit(void)
{
#ifdef CONFIG_KPROBES
pr_info("ksu_core_kprobe_exit\n");
// we dont use this now
// ksu_kprobe_exit();
#endif
}