]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource: Fix bug with max_deferment margin calculation
authorYang Honggang (Joseph) <eagle.rtlinux@gmail.com>
Fri, 2 Dec 2011 03:22:41 +0000 (22:22 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 16 Dec 2011 01:38:22 +0000 (17:38 -0800)
commitcd1f8110973669dfd520d9f993a670dfeac9d0d3
treec98cd09d497e172cbf4c039c012a15a4b30631aa
parentda686f56a09f9516d4dc8ff13ae8d5425ec726ee
clocksource: Fix bug with max_deferment margin calculation

commit b1f919664d04a8d0ba29cb76673c7ca3325a2006 upstream.

In order to leave a margin of 12.5% we should >> 3 not >> 5.

Signed-off-by: Yang Honggang (Joseph) <eagle.rtlinux@gmail.com>
[jstultz: Modified commit subject]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/time/clocksource.c