Re: Today Linus redesigns the networking driver interface (was Re: tulip driver in ...)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 20 Sep 1998 05:36:06 +0100 (BST)


> The trouble is that on the x86, disabling just some interrupts means
> you have to talk to the interrupt controller, which is excessively
> slow.

Not really. In fact trying to do hardware interrupt masking on the APIC
(and its masking you want not disabling to be pedantic but to make it clear)
is rather hard.

You can generally do it in software instead. In fact rtlinux runs the linux
kernel as a task being message passed interrupts when it isnt asserting
(its now private) cli/sti

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.tux.org/lkml/