* [PATCH 2.4] load average fix for lasat boards (timer interrupt handling fix)
@ 2002-11-17 21:41 Brian Murphy
2002-11-18 19:27 ` Florian Lohoff
0 siblings, 1 reply; 2+ messages in thread
From: Brian Murphy @ 2002-11-17 21:41 UTC (permalink / raw)
To: linux-mips; +Cc: flo, ralf
Hi Florian, Ralf,
it seems the method of calling the new time code changed
or it was wrong all along, This patch fixes the problem of the
ksoftirqd running all the time on Lasat systems, can you apply
Ralf?
/Brian
Index: arch/mips/lasat/setup.c
===================================================================
RCS file: /cvs/linux/arch/mips/lasat/setup.c,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 setup.c
--- arch/mips/lasat/setup.c 6 Oct 2002 11:38:14 -0000 1.1.2.5
+++ arch/mips/lasat/setup.c 17 Nov 2002 21:31:42 -0000
@@ -109,14 +109,10 @@
change_cp0_status(ST0_IM, IE_IRQ0 | IE_IRQ5);
}
+#define MIPS_CPU_TIMER_IRQ 7
asmlinkage void lasat_timer_interrupt(struct pt_regs *regs)
{
- int cpu = smp_processor_id();
-
- timer_interrupt(7, NULL, regs);
-
- if (softirq_pending(cpu))
- do_softirq();
+ ll_timer_interrupt(MIPS_CPU_TIMER_IRQ, regs);
}
void __init lasat_setup(void)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.4] load average fix for lasat boards (timer interrupt handling fix)
2002-11-17 21:41 [PATCH 2.4] load average fix for lasat boards (timer interrupt handling fix) Brian Murphy
@ 2002-11-18 19:27 ` Florian Lohoff
0 siblings, 0 replies; 2+ messages in thread
From: Florian Lohoff @ 2002-11-18 19:27 UTC (permalink / raw)
To: Brian Murphy; +Cc: linux-mips, ralf
[-- Attachment #1: Type: text/plain, Size: 537 bytes --]
On Sun, Nov 17, 2002 at 10:41:13PM +0100, Brian Murphy wrote:
> Hi Florian, Ralf,
> it seems the method of calling the new time code changed
> or it was wrong all along, This patch fixes the problem of the
> ksoftirqd running all the time on Lasat systems, can you apply
> Ralf?
Works like a charm - Ralf already applied and i am running the CVS
from an hour after that happily ...
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
Heisenberg may have been here.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-18 19:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-17 21:41 [PATCH 2.4] load average fix for lasat boards (timer interrupt handling fix) Brian Murphy
2002-11-18 19:27 ` Florian Lohoff
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.