]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: footbridge: trim down old ISA rtc setup
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 24 Dec 2009 12:52:44 +0000 (12:52 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 24 Dec 2009 13:39:18 +0000 (13:39 +0000)
commit2e164dd3838f61c4f440bc6fb2d4cbcab2492f52
treecaddb10180a24cda8b0ed280688dde14dcb7232e
parent5a38b30a51f6050d9a34a788836b19e47353b143
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>
arch/arm/mach-footbridge/Makefile
arch/arm/mach-footbridge/dc21285-timer.c
arch/arm/mach-footbridge/isa-rtc.c [new file with mode: 0644]
arch/arm/mach-footbridge/isa-timer.c
arch/arm/mach-footbridge/isa.c
arch/arm/mach-footbridge/time.c [deleted file]