Re: [patch 43/45] x86: replace LOCK_PREFIX in futex.h

From: Chuck Ebbert
Date: Fri Feb 08 2008 - 16:46:03 EST


On 02/08/2008 01:35 PM, Stefan Lippers-Hollmann wrote:
>
> This patch seems to break compilation on x86_64 (i386 builds fine).
>
>> -"2: " LOCK_PREFIX "cmpxchgl %3, %2\n\
>> +"2: "lock cmpxchgl %3, %2\n\

Extra quote, should be:

+"2: lock cmpxchgl %3, %2\n\
--
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/