Re: git: 94686b081fdb - main - arm64: add missing HWCAP and HWCAP2 values

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 17 Feb 2025 20:15:20 UTC
On 2/17/25 11:36, Andrew Turner wrote:
> The branch main has been updated by andrew:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=94686b081fdb0c1bb0fc1dfeda14bd53f26ce7c5
> 
> commit 94686b081fdb0c1bb0fc1dfeda14bd53f26ce7c5
> Author:     Harry Moulton <harry.moulton@arm.com>
> AuthorDate: 2025-02-17 16:00:03 +0000
> Commit:     Andrew Turner <andrew@FreeBSD.org>
> CommitDate: 2025-02-17 16:07:35 +0000
> 
>      arm64: add missing HWCAP and HWCAP2 values
>      
>      Update the HWCAP and HWCAP2 values to align with Linux v6.13
>      
>      Reviewed by:    andrew
>      Sponsored by:   Arm Ltd
>      Differential Revision:  https://reviews.freebsd.org/D48814
>      Signed-off-by: Harry Moulton <harry.moulton@arm.com>

Hmm, for future reference, it would have been nice to separate the conversion to shifts
instead of bare constants as a separate commit so it was more obvious which missing
values were added.

-- 
John Baldwin