Revert "ci: bump ddk to 20251104, fix android16-6.12 lkm"

This reverts commit 257f0ca6de.
This commit is contained in:
ShirkNeko
2025-11-04 21:08:24 +08:00
parent 4a610af452
commit 23cc0ceff1
6 changed files with 15 additions and 24 deletions

View File

@@ -14,15 +14,6 @@
#define __KPROBES_HOOK 1
#endif
#if defined(CONFIG_KPROBES) && !(defined(CONFIG_KSU_MANUAL_SU))
#define __MANUAL_SU 1
#elif defined(CONFIG_KPROBES) && defined(CONFIG_KSU_MANUAL_SU)
#define __MANUAL_SU 1
#elif !defined(CONFIG_KSU_MANUAL_SU)
#define __MANUAL_SU 0
#else
#define __MANUAL_SU 1
#endif
#if defined(CONFIG_ARM) || defined(CONFIG_ARM64)
// arch/arm64/include/asm/barrier.h, adding dsb probably unneeded