From cef9c3bc3a770e7f0b544f83b51d1f0b4009cd6d Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Thu, 20 Apr 2006 00:12:05 +0900 Subject: [PATCH] --- yaml --- r: 26227 b: refs/heads/master c: c0858d82faf96ffc32b96e23927d10844d38e564 h: refs/heads/master i: 26225: 44f1b50b99aa7280ec1020e057db30ae88ae1176 26223: a032057ae4e03110960a8da4d8c49ef2c7106148 v: v3 --- [refs] | 2 +- trunk/arch/mips/sgi-ip27/ip27-timer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7ddc09fffffb..ee345ff0d80f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5dac83030a3f4a3a4d1255b13bd0f7d08e824963 +refs/heads/master: c0858d82faf96ffc32b96e23927d10844d38e564 diff --git a/trunk/arch/mips/sgi-ip27/ip27-timer.c b/trunk/arch/mips/sgi-ip27/ip27-timer.c index cddf1cedf007..36b662e27b6e 100644 --- a/trunk/arch/mips/sgi-ip27/ip27-timer.c +++ b/trunk/arch/mips/sgi-ip27/ip27-timer.c @@ -122,7 +122,7 @@ void ip27_rt_timer_interrupt(struct pt_regs *regs) xtime.tv_sec > last_rtc_update + 660 && (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && (xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) { - if (rtc_set_time(xtime.tv_sec) == 0) { + if (rtc_mips_set_time(xtime.tv_sec) == 0) { last_rtc_update = xtime.tv_sec; } else { last_rtc_update = xtime.tv_sec - 600;