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)
commit27ea7fd2889eb93041480b18de655b1ff003e05d
tree2e9ed68ea86f1af38056c7687aeb98d5f3b73a79
parentbb8bb57b213f63ffba29b3a7f1c7974782b8127d
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