Add a workaround for framework 13 firmware bug causing 100% usage on a single core.

ref: https://community.frame.work/t/tracking-amd-small-group-of-kworkers-keeping-cpu-0-busy-after-suspend-resume-cycle-s/45002
This commit is contained in:
Tom Alexander
2024-06-20 19:31:49 -04:00
parent d3c397acf0
commit 78ea5dc244
4 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Disable gpe10 interrupt on boot
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe10"
[Install]
WantedBy=multi-user.target