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 15:49:09 -07:00
parent 8746c77a38
commit 011fa89b92

View file

@ -58,7 +58,6 @@ in
"crashkernel=${crashdump.reservedMemory}"
"nmi_watchdog=panic"
"softlockup_panic=1"
"idle=poll"
];
kernelPatches = [ {
name = "crashdump-config";