Disable mape_toggle by default

This commit is contained in:
padavanonly
2025-04-21 17:09:50 +08:00
committed by GitHub
parent 9f71cc4aa5
commit cfc9700009

View File

@@ -26,7 +26,7 @@ typedef int (*debugfs_write_func)(int par1);
int debug_level;
int dbg_cpu_reason;
int hook_toggle;
int mape_toggle;
int mape_toggle = 0;
int qos_toggle;
unsigned int dbg_cpu_reason_cnt[MAX_CRSN_NUM];