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 @@ -375,7 +375,7 @@ _summary: Test if CPU records time in desired low power C-state when idle
375375_description:
376376 When the system has the screen on, but the CPU is idle, it should enter deeper idle state
377377 to reduce power consumption. The expected states are identified as PC8, PC9 and PC10.
378- For more detail refer to https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting
378+ For more detail refer to https://web.archive.org/web/20230614200306/https:// 01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting
379379unit: job
380380plugin: shell
381381requires:
@@ -388,7 +388,7 @@ command:
388388 if [ $RET -ne 0 ]; then
389389 echo "The CPU package target idle state residency is 0."
390390 echo "It will consume more power when the system has the screen on, but the CPU is idle."
391- echo "More detail is in https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting."
391+ echo "More detail is in https://web.archive.org/web/20230614200306/https:// 01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting."
392392 exit 1
393393 fi
394394user: root
You can’t perform that action at this time.
0 commit comments