]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ARM: footbridge rtc init
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 17 Apr 2005 14:36:55 +0000 (15:36 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 17 Apr 2005 14:36:55 +0000 (15:36 +0100)
commit19e356e75c9dbf7d655175756a3961dc91922dcc
tree8c8937fa94909fe1ff2bbdfcce738e0a1d000c60
parentd855227a9a1275ab4980b0aed17674dbd2757795
[PATCH] ARM: footbridge rtc init

The footbridge ISA RTC was being initialised before we had setup the
kernel timer.  This caused a divide by zero error when the current
time of day is set.  Resolve this by initialising the RTC after
the kernel timer has been initialised.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/mach-footbridge/dc21285-timer.c