commit | 382b4480ff832e472d76c99f3f75fffb30e118c0 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Dec 24 12:52:44 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Dec 24 13:39:18 2009 +0000 |
tree | caddb10180a24cda8b0ed280688dde14dcb7232e | |
parent | 6dc995a3da9adfa83d61ccf06aa1afa5f6ab764f [diff] |
ARM: footbridge: trim down old ISA rtc setup This fixes a "start_kernel(): bug: interrupts were enabled early". rtc_cmos now takes care of initializing the ISA RTC and reading the current time and date from it; there's no need to repeat that here, thereby causing interrupts to be enabled too early. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>