With the change to unfreeze_time function in time.c , - tsk->freeze_start_nsec = 0; + /* current unfreeze may not be the last one */ + tsk->freeze_start_nsec = now; need new boolean variable in tsk
With the change to unfreeze_time function in time.c ,
need new boolean variable in tsk