File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
providers/base/units/power-management Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ _summary: Test if CPU records time in desired low power C-state when idle
387387_description:
388388 When the system has the screen on, but the CPU is idle, it should enter deeper idle state
389389 to reduce power consumption. The expected states are identified as PC8, PC9 and PC10.
390- For more detail refer to https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting
390+ For more detail refer to https://web.archive.org/web/20230614200306/https:// 01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting
391391unit: job
392392plugin: shell
393393requires:
@@ -400,7 +400,7 @@ command:
400400 if [ $RET -ne 0 ]; then
401401 echo "The CPU package target idle state residency is 0."
402402 echo "It will consume more power when the system has the screen on, but the CPU is idle."
403- echo "More detail is in https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting."
403+ echo "More detail is in https://web.archive.org/web/20230614200306/https:// 01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting."
404404 exit 1
405405 fi
406406user: root
You can’t perform that action at this time.
0 commit comments