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

authored by K900 and committed by GitHub 6405fe18 01e6f083

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/common-config.nix
··· 89 # Easier debugging of NFS issues. 90 SUNRPC_DEBUG = yes; 91 # Provide access to tunables like sched_migration_cost_ns 92 - SCHED_DEBUG = yes; 93 94 # Count IRQ and steal CPU time separately 95 IRQ_TIME_ACCOUNTING = yes;
··· 89 # Easier debugging of NFS issues. 90 SUNRPC_DEBUG = yes; 91 # Provide access to tunables like sched_migration_cost_ns 92 + SCHED_DEBUG = whenOlder "6.15" yes; 93 94 # Count IRQ and steal CPU time separately 95 IRQ_TIME_ACCOUNTING = yes;