Re: Linux-2.5.28

David S. Miller (davem@redhat.com)
Thu, 25 Jul 2002 03:18:21 -0700 (PDT)


From: Ingo Molnar <mingo@elte.hu>
Date: Thu, 25 Jul 2002 11:28:15 +0200 (CEST)

i think the networking code is a special case - nothing else relies on the
interaction of timers and IRQ contexts in such a deep way. (which it does
for performance reasons.) I'd say 99% of all cli()/sti() users are in the
'introduce a per-driver or per-subsystem lock' league Linus mentioned.

I'm sure the serial drivers used to. Look at how they were using
SERIAL_BH for example.

RMK's stuff fixes that so wrt. the current state of affairs you're
probably right.

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