]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sort the arm64 cpu_implementers list by name
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 11 Aug 2021 15:29:09 +0000 (16:29 +0100)
committerAndrew Turner <andrew@FreeBSD.org>
Thu, 12 Aug 2021 08:53:06 +0000 (08:53 +0000)
commit29b25b13c777a682e33edc9e2d05e87339b03cc3
tree970f370104a2d9fc93cb3099e88ceb764e17051a
parentb356030e670686df1300edf851e146c5d274e4f8
Sort the arm64 cpu_implementers list by name

We perform a linear search, so make it easier to add new entries in the
correct place.

Sponsored by: The FreeBSD Foundation
sys/arm64/arm64/identcpu.c