This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, rs6000] Allow libitm to use HTM on newer hw and kernels


On 12/13/18 10:42 AM, Peter Bergner wrote:
> On 12/13/18 2:41 AM, Segher Boessenkool wrote:
>> Or like
>>
>>   unsigned long htm_flags = PPC_FEATURE2_HAS_HTM
>> #ifdef PPC_FEATURE2_HTM_NO_SUSPEND
>> 			    | PPC_FEATURE2_HTM_NO_SUSPEND
>> #endif
>> 			    | 0;
>>
>> Okay for trunk with either style.  Thanks!
> 
> Ok, I'll go with this and commit once I've done another round of
> testing.  I'm assuming your backport approval still stands for this
> code too.

Testing was clean everywhere.  Committed everywhere.  Thanks!

Peter




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