On Tue, 13 Nov 2007 11:22:45 -0800 David Brownell <david-b@pacbell.net> wrote:
Can't say I really understood the answer. I don't think we actually know
where all of this extra time is being spent?
Disagree. *everything* should be a preemption point. For
internal-implementation details we do need to disable preemtion sometimes
(to prevent deadlocks and to protect per-cpu resources). But those
preemption-off periods should be minimised.
-