Re: [announce] "kill the Big Kernel Lock (BKL)" tree

From: Andi Kleen
Date: Thu May 15 2008 - 11:38:12 EST


> I must admit I used to have an ISA Cyclades 8 port serial card running
> in there, but now it's all PCI stuff. It only had one ISA slot. So
> yes, ISA SMP boxes are slowly dying, but they'll be around for a long
> time to come.

My point was that for those few users it's actually better to keep
the BKL. If you try to remove it on some old driver you cannot test
due to lack of hardware the risk of breaking the driver is higher than the
gain you would get from removing it. The best you can do in this
legacy code is to keep it running with minimal changes in the old
tested state (although for some of it it's doubtful it still does actually)

>
> Andi> Also on 2 CPU systems BKL is not that critical anyways. It only
> Andi> starts to hurt on larger CPU counts.
>
> True, but with the growing number of multicore systems, esp on
> desktops, it's going to be an issue.

Multicore systems don't have ISA slots.

[yes I'm sure someone will tell me now about the ISA-over-USB device
that exists. Don't bother, it doesn't add anything to the point]

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