Skip to content

Commit

Permalink
Update the document link for s0ix troubleshooting guide. (infra) (#906)…
Browse files Browse the repository at this point in the history
… (#907)

Update the documentation link for s0ix troubleshooting guide. (infra) (#906)
  • Loading branch information
Artur-at-work authored Jan 9, 2024
1 parent 07260d6 commit cfd8002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/power-management/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ _summary: Test if CPU records time in desired low power C-state when idle
_description:
When the system has the screen on, but the CPU is idle, it should enter deeper idle state
to reduce power consumption. The expected states are identified as PC8, PC9 and PC10.
For more detail refer to https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting
For more detail refer to https://web.archive.org/web/20230614200306/https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting
unit: job
plugin: shell
requires:
Expand All @@ -388,7 +388,7 @@ command:
if [ $RET -ne 0 ]; then
echo "The CPU package target idle state residency is 0."
echo "It will consume more power when the system has the screen on, but the CPU is idle."
echo "More detail is in https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting."
echo "More detail is in https://web.archive.org/web/20230614200306/https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting."
exit 1
fi
user: root
Expand Down

0 comments on commit cfd8002

Please sign in to comment.