Commit e75a4731 authored by K900's avatar K900
Browse files

linux/common-config: reenable schedstats

Was disabled in dbdcb3fa
for "powertop" kernel variants, which was then merged into default
kernels in 77a8ea6f. Not really sure why.
parent 2d600be9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.