Re: [patch] getting rid of the Big Kernel Spinlock, 2.4.0-test7

From: Ingo Molnar (mingo@elte.hu)
Date: Mon Aug 28 2000 - 12:44:53 EST


On Mon, 28 Aug 2000, Alexander Viro wrote:

> Essentially, you are adding tons of scheduling points all over the
> tree and it's not a thing to make blindly...

but (except those cases mentioned above) any race that we have with the
spinlock-based BKL we are going to have with the semaphore-based one as
well, so adding (slow-path) scheduling points shouldnt be that much of a
problem. down()/up() is just as much in-line code as
spin_lock()/spin_unlock().

        Ingo

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



This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:21 EST