Interrupts continued

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 11 Jul 98 17:50 BST


Ok I've done a bit more testing and it comes out as follows

2.0.x is OK with the sync card even when its being at its most obnoxious
(square waving the irq line).

2.1.x uniprocessor is Ok providing you build with SMP=0 - ie when its using
hardware cli/sti and SA_INTERRUPT. The latency is still much worse for some
reason. Probably the interrupt return path as the entry path is pretty clean

2.1.x SMP with one CPU or more than one recurses through the entire kernel
space and explodes. I'll try and debug this in more detail if I can catch
the machine enough to see what happened.

Anyway Im now off to look at putting the notion of fast interrupt and
probably syscall returns back into 2.1.x.

Alan

-
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.altern.org/andrebalsa/doc/lkml-faq.html