x86, mce: use round_jiffies() instead round_jiffies_relative()
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Wed, 11 Mar 2009 01:14:26 +0000 (10:14 +0900)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 11 Mar 2009 05:33:06 +0000 (22:33 -0700)
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>

No differences found