Merge pull request #69378 from ivan/kernel-sched-debug
kernel/common-config: enable SCHED_DEBUG
This commit is contained in:
commit
fe5a295a22
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ let
|
|||
CRASH_DUMP = option no;
|
||||
# Easier debugging of NFS issues.
|
||||
SUNRPC_DEBUG = yes;
|
||||
# Provide access to tunables like sched_migration_cost_ns
|
||||
SCHED_DEBUG = yes;
|
||||
};
|
||||
|
||||
power-management = {
|
||||
|
|
Loading…
Reference in a new issue