]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: S5P: Fix bug on init of PWMTimers for HRTimer
authorSangbeom Kim <sbkim73@samsung.com>
Thu, 23 Jun 2011 12:43:58 +0000 (21:43 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 5 Jul 2011 23:43:02 +0000 (08:43 +0900)
commit6deb32359f571d4aabc0bdc7a817a95afcddb1fe
tree2e9ed68ea86f1af38056c7687aeb98d5f3b73a79
parent1218d65a7e2a073a3fbf7b0822edc0957d83c3de
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 <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s5p/s5p-time.c