[PATCH rsa/power8] PowerPC: Add support for POWER8.
Ryan S. Arnold
ryan.arnold@gmail.com
Fri May 17 19:08:00 GMT 2013
On Thu, May 16, 2013 at 6:58 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> -/* There are 25 bits used in AT_HWCAP, but they are bits 7..31. */
>> +/* There are 25 bits used in AT_HWCAP, but they are bits 7..31. The feature
>> + * definitions started at bit 31 and decremented as new features were added.
>> + */
>> +#define _DL_HWCAP_LAST 31
>
> Comment style.
>
>> +/* AT_HWCAP2 feature bits similarily started at bit 31 and decremented as new
>> + * features were added. */
>> +#define _DL_HWCAP2_LAST 31
>
> Here too.
>
> Nothing else popped out at me and this is all in powerpc directories, so
> it's your call to declare it tested enough.
Thanks,
I'll fix the comments.
I won't presume that this is an ack on the AT_HWCAP2 and
powerpc/dl-procinfo patches though I think I've met your requests for
both. So POWER8 support is blocked on these patches.
Ryan
More information about the Libc-alpha
mailing list