From: Dominik Brodowski Date: Fri, 5 Sep 2008 21:05:35 +0000 (-0700) Subject: clocksource, acpi_pm.c: check for monotonicity X-Git-Tag: v2.6.27-rc6~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab6a219113197425ac112e35e1ec8062c69888e;p=pandora-kernel.git clocksource, acpi_pm.c: check for monotonicity The current check for monotonicity is way too weak: Andreas Mohr reports ( http://lkml.org/lkml/2008/8/10/77 ) that on one of his test systems the current check only triggers in 50% of all cases, leading to catastrophic timer behaviour. To fix this issue, expand the check for monotonicity by doing ten consecutive tests instead of one. Signed-off-by: Dominik Brodowski Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed