Re: new IRQ scalability changes in 2.3.48

From: Linus Torvalds (torvalds@transmeta.com)
Date: Mon Mar 13 2000 - 17:53:48 EST


On Mon, 13 Mar 2000, Jamie Lokier wrote:
>
> So it won't jump until all spinlocks are released _and_ need_resched is
> set.

Note that these issues are completely off the map of what is really
meaningful at this point.

We want to avoid having long latencies, and we can easily get that by just
allowing timer interrupts to schedule which we're in a big
"memcpy_to_user()" and we don't hold any kernel lock etc. No need to try
to be clever at lock release time - if we get a pending reschedule, we
might as well leave it pending, it's going to be serviced soon enough
anyway.

If you really want hard realtime, go to work with Victor and RTLinux..

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:27 EST