From 011fa89b92489f6126f38edb9b9a6dc921bf8aac Mon Sep 17 00:00:00 2001 From: Aaron Janse Date: Tue, 13 Aug 2019 15:49:09 -0700 Subject: nixos/modules/misc/crashdump: remove idle=poll (fix #66464) Previously, "idle=poll" would severely overheat some CPUs --- nixos/modules/misc/crashdump.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/misc/crashdump.nix b/nixos/modules/misc/crashdump.nix index 6e0b49fa9af0..3c47e79d0512 100644 --- a/nixos/modules/misc/crashdump.nix +++ b/nixos/modules/misc/crashdump.nix @@ -58,7 +58,6 @@ in "crashkernel=${crashdump.reservedMemory}" "nmi_watchdog=panic" "softlockup_panic=1" - "idle=poll" ]; kernelPatches = [ { name = "crashdump-config"; -- cgit 1.4.1