This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][x86_64] Disable TSX on some Haswell processors


On 12/15/2016 10:37 AM, Andrew Senkevich wrote:
> 2016-12-14 22:13 GMT+03:00 Carlos O'Donell <carlos@redhat.com>:
> . . . . .
>>
>> Case 0x3f needs a comment explaining why we break out early.
>>
>>> +    case 0x3f:
>>> +      if (stepping >= 4)
>>> + break;
> 
> Here is version with added comment and ChangeLog. Ok for commit?

So long as your tabs are fixed in the final commit, then yes,
this looks good to me.

Thank you very much for the background research and verification
to get this blacklist in place which will allow us to move forward
more aggressively in allowing applications to use RTM with glibc.

-- 
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]