This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/2] aarch64: Add Huawei Kunpeng to tunable cpu list
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: libc-alpha at sourceware dot org
- Date: Thu, 19 Dec 2019 16:45:06 -0300
- Subject: Re: [PATCH 1/2] aarch64: Add Huawei Kunpeng to tunable cpu list
- References: <20191014034410.10276-1-zhangxuelei4@huawei.com> <41457a36-9030-e31a-9841-f457b83269fa@arm.com>
On 15/10/2019 08:50, Szabolcs Nagy wrote:
> On 14/10/2019 04:44, Xuelei Zhang wrote:
>> Kunpeng processer is a 64-bit Arm-compatible CPU released by Huawei,
>> and we have already signed a copyright assignement with the FSF.
>>
>> This patch adds its to cpu list, and related macro for IFUNC.
>>
>> * manual/tunables.texi (Tunable glibc.cpu.name): Add Kunpeng.
>> * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
>> Add kunpeng.
>> * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_KUNPENG):
>> New macro.
>
> this is OK to commit.
I pushed it upstream.