<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - [HSW]: power usage rises a lot after resume from suspend to ram"
href="https://bugs.freedesktop.org/show_bug.cgi?id=83914#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - [HSW]: power usage rises a lot after resume from suspend to ram"
href="https://bugs.freedesktop.org/show_bug.cgi?id=83914">bug 83914</a>
from <span class="vcard"><a class="email" href="mailto:arekm@maven.pl" title="Arkadiusz Miskiewicz <arekm@maven.pl>"> <span class="fn">Arkadiusz Miskiewicz</span></a>
</span></b>
<pre>... and workaround that gets power usage to normal when using maxcpus=X
for cpu in $(grep -l 0 /sys/devices/system/cpu/cpu*/online); do
echo 1 > $cpu
sleep 1
echo 0 > $cpu
done</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>