From: Sangbeom Kim Date: Thu, 23 Jun 2011 12:43:58 +0000 (+0900) Subject: ARM: S5P: Fix bug on init of PWMTimers for HRTimer X-Git-Tag: v3.0-rc7~15^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ea7fd2889eb93041480b18de655b1ff003e05d;p=pandora-kernel.git ARM: S5P: Fix bug on init of PWMTimers for HRTimer This patch fixes following. <6>[ 0.000000] sched_clock: 32 bits at 33MHz, ... <6>[ 128.651309] Calibrating delay loop... There is a big jump. The reason is that PWM Timer which is for HRTimer was used before its initialization. So this patch changes its order and following is kernel boot log message after this. <6>[ 0.000000] sched_clock: 32 bits at 33MHz, ... <6>[ 0.000088] Calibrating delay loop... Signed-off-by: Sangbeom Kim Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed