diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2008-11-18 14:45:20 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-12-28 14:00:00 -0500 |
commit | 40f7f9c1c22aef049ed7339d9e45624aa980a1a0 (patch) | |
tree | e7a8b0a840ef082c5638eaba4e48833a4ca9339a /arch/m68k/mac/config.c | |
parent | 4a6908a3a050aacc9c3a2f36b276b46c0629ad91 (diff) |
m68k: Reinstate mac rtc
Reinstate the Mac hardware clock for CUDA ADB and Mac II ADB models.
It doesn't work properly on Mac IIsi ADB and PMU ADB yet, so leave them
out.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac/config.c')
-rw-r--r-- | arch/m68k/mac/config.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c index c45e18449f32..8819b97be324 100644 --- a/arch/m68k/mac/config.c +++ b/arch/m68k/mac/config.c | |||
@@ -162,10 +162,7 @@ void __init config_mac(void) | |||
162 | mach_init_IRQ = mac_init_IRQ; | 162 | mach_init_IRQ = mac_init_IRQ; |
163 | mach_get_model = mac_get_model; | 163 | mach_get_model = mac_get_model; |
164 | mach_gettimeoffset = mac_gettimeoffset; | 164 | mach_gettimeoffset = mac_gettimeoffset; |
165 | #warning move to adb/via init | ||
166 | #if 0 | ||
167 | mach_hwclk = mac_hwclk; | 165 | mach_hwclk = mac_hwclk; |
168 | #endif | ||
169 | mach_set_clock_mmss = mac_set_clock_mmss; | 166 | mach_set_clock_mmss = mac_set_clock_mmss; |
170 | mach_reset = mac_reset; | 167 | mach_reset = mac_reset; |
171 | mach_halt = mac_poweroff; | 168 | mach_halt = mac_poweroff; |