nixos/modules/misc/crashdump: remove idle=poll (fix #66464)

Previously, "idle=poll" would severely overheat some CPUs
This commit is contained in:
Aaron Janse
2019-08-13 16:08:22 -07:00
parent 8746c77a38
commit 011fa89b92
-1
View File
@@ -58,7 +58,6 @@ in
"crashkernel=${crashdump.reservedMemory}" "crashkernel=${crashdump.reservedMemory}"
"nmi_watchdog=panic" "nmi_watchdog=panic"
"softlockup_panic=1" "softlockup_panic=1"
"idle=poll"
]; ];
kernelPatches = [ { kernelPatches = [ {
name = "crashdump-config"; name = "crashdump-config";