Re: [patch 2.6.13-rc6] i386: semaphore ownership tracking

From: Chuck Ebbert
Date: Sun Aug 21 2005 - 04:51:11 EST


On Sat, 20 Aug 2005 15:01:27 -0400, Lee Revell wrote:

> How is it different from the ownership tracking used for PI in the -rt
> kernel?

Those are a completely new type of mutex (rt_mutex.) Mine is a very
low-overhead (3 extra instructions in down()) addition to the normal
Linux semaphores. I guess they are called compat_semaphores in -rt,
and I didn't see any ownership tracking for them in the -rt patch.

__
Chuck
-
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/