--- zzzz-none-000/linux-4.9.279/arch/x86/kernel/cpu/mcheck/therm_throt.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/arch/x86/kernel/cpu/mcheck/therm_throt.c 2023-02-08 11:43:42.000000000 +0000 @@ -32,7 +32,9 @@ #include /* How long to wait between reporting thermal events */ -#define CHECK_INTERVAL (300 * HZ) +/* Check interval changed from 5 minutes to 5 sec, + * as 5 minutes is too long*/ +#define CHECK_INTERVAL (5 * HZ) #define THERMAL_THROTTLING_EVENT 0 #define POWER_LIMIT_EVENT 1