linux/common-config: reenable schedstats

Was disabled in dbdcb3fad4
for "powertop" kernel variants, which was then merged into default
kernels in 77a8ea6fbd. Not really sure why.
This commit is contained in:
K900 2024-03-23 13:47:40 +03:00
parent 2d600be9c4
commit e75a47315c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ let
DYNAMIC_DEBUG = yes;
DEBUG_STACK_USAGE = no;
RCU_TORTURE_TEST = no;
SCHEDSTATS = no;
SCHEDSTATS = yes;
DETECT_HUNG_TASK = yes;
CRASH_DUMP = option no;
# Easier debugging of NFS issues.