mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
Merge pull request #69378 from ivan/kernel-sched-debug
kernel/common-config: enable SCHED_DEBUG
This commit is contained in:
commit
fe5a295a22
@ -42,6 +42,8 @@ let
|
|||||||
CRASH_DUMP = option no;
|
CRASH_DUMP = option no;
|
||||||
# Easier debugging of NFS issues.
|
# Easier debugging of NFS issues.
|
||||||
SUNRPC_DEBUG = yes;
|
SUNRPC_DEBUG = yes;
|
||||||
|
# Provide access to tunables like sched_migration_cost_ns
|
||||||
|
SCHED_DEBUG = yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
power-management = {
|
power-management = {
|
||||||
|
Loading…
Reference in New Issue
Block a user