diff options
author | Leo Famulari <leo@famulari.name> | 2020-08-07 20:33:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-08-10 11:32:05 -0400 |
commit | 6408f9f6b9533f5951880c6017e19a9ea92d6831 (patch) | |
tree | 813e9b1eca18b2095a19dc529ac376163334d2d8 | |
parent | 6463578384d9101ca3f0072ca3a19ba7865f4e94 (diff) | |
download | guix-6408f9f6b9533f5951880c6017e19a9ea92d6831.tar.gz guix-6408f9f6b9533f5951880c6017e19a9ea92d6831.zip |
gnu: linux-libre: Fix typo in the configuration for 5.7 on x86_64.
* gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Fix typo.
-rw-r--r-- | gnu/packages/aux-files/linux-libre/5.7-x86_64.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/aux-files/linux-libre/5.7-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.7-x86_64.conf index b00a8e5692..316a0620e6 100644 --- a/gnu/packages/aux-files/linux-libre/5.7-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/5.7-x86_64.conf @@ -102,7 +102,6 @@ CONFIG_PREEMPT_VOLUNTARY=y CONFIG_TICK_CPU_ACCOUNTING=y # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set # CONFIG_IRQ_TIME_ACCOUNTING is not set -# CONFIG_SCHED_THERMAL_PRESSURE is not set CONFIG_SCHED_THERMAL_PRESSURE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y |