summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKOSAKI Motohiro2009-03-11 02:14:26 +0100
committerH. Peter Anvin2009-03-11 06:33:06 +0100
commit5490fa96735ce0e2af270c0868987d644b9a38ec (patch)
tree406846ce05eb1f815000327204cde48aaacfcd3f /Documentation
parentx86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c (diff)
downloadkernel-qcow2-linux-5490fa96735ce0e2af270c0868987d644b9a38ec.tar.gz
kernel-qcow2-linux-5490fa96735ce0e2af270c0868987d644b9a38ec.tar.xz
kernel-qcow2-linux-5490fa96735ce0e2af270c0868987d644b9a38ec.zip
x86, mce: use round_jiffies() instead round_jiffies_relative()
Impact: saving power _very_ little round_jiffies() round up absolute jiffies to full second. round_jiffies_relative() round up relative jiffies to full second. The "t->expires" is absolute jiffies. Then, round_jiffies() should be used instead round_jiffies_relative(). Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions