Unverified Commit 6405fe18 authored by K900's avatar K900 Committed by GitHub
Browse files

linux/common-config: SCHED_DEBUG is removed in 6.15 (#395557)

parents 01e6f083 e2869b81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ let
      # Easier debugging of NFS issues.
      SUNRPC_DEBUG = yes;
      # Provide access to tunables like sched_migration_cost_ns
      SCHED_DEBUG = yes;
      SCHED_DEBUG = whenOlder "6.15" yes;

      # Count IRQ and steal CPU time separately
      IRQ_TIME_ACCOUNTING = yes;