commit | 336eb02b9171d132a9abe575317fee4cca965af4 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Apr 17 15:36:55 2005 +0100 |
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Apr 17 15:36:55 2005 +0100 |
tree | bcdd3c61fa4341a20de81dafdfd681d8872f0eb9 | |
parent | a757e64cfa400391041ed7953f0290c34a820c93 [diff] |
[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>