Re: [patch 03/13] mutex subsystem, add include/asm-i386/mutex.h

From: Ingo Molnar
Date: Mon Jan 02 2006 - 16:31:51 EST



* Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx> wrote:

> +/* mutex functions called when extra work needs to be done have these types */
> +typedef void fastcall mutex_void_fail_fn_t(atomic_t *);
> +typedef int fastcall mutex_int_fail_fn_t(atomic_t *);

i didnt apply this bit: there's not much to be won and readability
suffers.

Ingo
-
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/