]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: S5P: timer: get the count_value from register when call udelay
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 19 Nov 2010 08:00:26 +0000 (17:00 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 30 Nov 2010 00:07:07 +0000 (09:07 +0900)
commitd3b0d628b08ab999a99c4ee30eaac1406a5d7056
treec7c6fc96e2d771fc22dededc99575cb62c6e14c0
parent177feff303538c6cf8caaeb34e5243ca95563e1c
ARMV7: S5P: timer: get the count_value from register when call udelay

Because of count_value is set to tcnb4 register,
should be get from this register when call udelay function.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/s5p-common/timer.c