|
From: Florian K. <fl...@ei...> - 2015-11-24 19:39:40
|
Well spotted! Thanks for the report. I applied yor patch as r15737.
Florian
On 19.11.2015 17:35, Michael Daniels wrote:
> Hello,
>
> The inline assembly in do_cmpxchg8b() clobbers rbx, but it is not in the clobber list (likely just a spelling mistake, as rdx is in there twice). This was causing problems for me when running this test on our platform.
>
> Simple patch attached.
>
> Thanks,
>
> Mike
|