[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080321111826.GC20420@elte.hu>
Date: Fri, 21 Mar 2008 12:18:26 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jan Beulich <jbeulich@...ell.com>
Cc: Jeremy Fitzhardinge <jeremy@...p.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: simplify sync_test_bit()
* Jan Beulich <jbeulich@...ell.com> wrote:
> There really is no need for a redundant implementation here, just keep
> the alternative name for allowing consumers to use consistent naming.
> - __asm__ __volatile__("btl %2,%1\n\tsbbl %0,%0"
> - :"=r" (oldbit)
> - :"m" (ADDR),"Ir" (nr));
> +#define sync_test_bit test_bit
thanks, applied.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists