Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750721AbWABNhk (ORCPT ); Mon, 2 Jan 2006 08:37:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750722AbWABNhk (ORCPT ); Mon, 2 Jan 2006 08:37:40 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:15511 "EHLO mx2.mail.elte.hu") by vger.kernel.org with ESMTP id S1750721AbWABNhj (ORCPT ); Mon, 2 Jan 2006 08:37:39 -0500 Date: Mon, 2 Jan 2006 14:37:21 +0100 From: Ingo Molnar To: Chuck Ebbert <76306.1226@compuserve.com> Cc: linux-kernel , Andrew Morton , Arjan van de Ven , Nicolas Pitre , Jes Sorensen , Al Viro , Oleg Nesterov , David Howells , Alan Cox , Christoph Hellwig , Andi Kleen , Russell King , Ingo Molnar Subject: Re: [patch 03/13] mutex subsystem, add include/asm-i386/mutex.h Message-ID: <20060102133721.GA2494@elte.hu> References: <200512310140_MC3-1-B501-E855@compuserve.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512310140_MC3-1-B501-E855@compuserve.com> User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: -1.9 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.9 required=5.9 tests=ALL_TRUSTED,AWL autolearn=no SpamAssassin version=3.0.3 -2.8 ALL_TRUSTED Did not pass through any untrusted hosts 0.9 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 579 Lines: 16 * Chuck Ebbert <76306.1226@compuserve.com> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/