From: KOSAKI Motohiro Date: Wed, 11 Mar 2009 01:14:26 +0000 (+0900) Subject: x86, mce: use round_jiffies() instead round_jiffies_relative() X-Git-Tag: v2.6.30-rc1~215^2~4^2~2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5490fa96735ce0e2af270c0868987d644b9a38ec;p=pandora-kernel.git 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 Cc: Andi Kleen Cc: H. Peter Anvin Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed