summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-10-03 09:37:04 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-10-03 09:37:04 +0000
commit8d95527e3887e226935ab7cb1a61d570b6468373 (patch)
treeca98770e0fa6275194ece8d20be42db7bbc70bf2 /arch/mips/dec
parentd5273ee448827545d9a042b0b8d4e61261e2203f (diff)
o fix warnings in bitops.h
o enable RTC driver for DECstations by default o let KMINs work again
Diffstat (limited to 'arch/mips/dec')
-rw-r--r--arch/mips/dec/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/time.c b/arch/mips/dec/time.c
index 798f21832..a71ad234a 100644
--- a/arch/mips/dec/time.c
+++ b/arch/mips/dec/time.c
@@ -551,7 +551,7 @@ void __init time_init(void)
write_32bit_cp0_register(CP0_COUNT, 0);
do_gettimeoffset = do_fast_gettimeoffset;
irq0.handler = r4k_timer_interrupt;
- } else if (IOASIC) {
+ } else if (mips_machtype == MACH_DS5000_2X0) {
ioasic_write(FCTR, 0);
do_gettimeoffset = do_ioasic_gettimeoffset;
irq0.handler = ioasic_timer_interrupt;