Cc: Andi Kleen <andi@...>, Linus Torvalds <torvalds@...>, Jonathan Corbet <corbet@...>, Ingo Molnar <mingo@...>, Andrew Morton <akpm@...>, Peter Zijlstra <a.p.zijlstra@...>, Thomas Gleixner <tglx@...>, Alan Cox <alan@...>, Alexander Viro <viro@...>, <linux-kernel@...>
> I must admit I used to have an ISA Cyclades 8 port serial card running
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)
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
--