[PATCH] powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC
Joseph Myers
joseph@codesourcery.com
Fri Sep 21 15:38:00 GMT 2018
On Thu, 20 Sep 2018, Adhemerval Zanella wrote:
> + __pthread_force_elision = __pthread_force_elision &&
> + GLRO (dl_hwcap2) & PPC_FEATURE2_HTM_NOSC;
Break lines before an operator, not after, and use parentheses around the
expression in that case (the operator should be in the column immediately
after the open parenthesis).
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list