Re: [PATCH 1/19] MUTEX: Introduce simple mutex implementation

From: Oliver Neukum
Date: Tue Dec 13 2005 - 07:46:37 EST


Am Dienstag, 13. Dezember 2005 11:34 schrieb Ingo Molnar:

> the cost of a spinlock-based generic_cmpxchg could be significantly
> reduced by adding a generic_cmpxchg() variant that also includes a
> 'spinlock pointer' parameter.
>
> Architectures that do not have the instruction, can use the specified
> spinlock to do the cmpxchg. This means that there wont be one single
> global spinlock to emulate cmpxchg, but the mutex's own spinlock can be
> used for it.

Can't you use the pointer as a hash input?

Regards
Oliver
-
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/