]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64: Add a missing MRS_HWCAP_END
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 25 Oct 2023 12:32:04 +0000 (13:32 +0100)
committerAndrew Turner <andrew@FreeBSD.org>
Wed, 25 Oct 2023 12:33:16 +0000 (13:33 +0100)
commit1e05cf5f97dee6d7139aa64f14264fb4c2333455
treef9714e70f7791c92e12517e61df143af8f6b3f82
parentd521abdff2367a5c72a773a815fc3d99403274f5
arm64: Add a missing MRS_HWCAP_END

Add a missing end marker to stop the arm64 CPU ID code reading past
the end of an array.

Sponsored by: Arm Ltd
sys/arm64/arm64/identcpu.c