[roll] Roll fuchsia [kernel][arm64] remove tracking of cluster and cpu id separately

Only one piece of code was using the cluster and cpu number tracking and
it really only needed the raw MPIDR which was being tracked.

Remove the extra arrays that track cluster number (AFF1).

Requires rewriting the logic in the GICv3 SGI firing routine, but is the
same efficiency as before.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153473
Original-Revision: 01c8c45cd9da8f13607188f171b09a3d8cb8ac1e
GitOrigin-RevId: f40d51d41e68a7383305433cee6b6daa45b7c31c
Change-Id: Id4bd73448d9523705fca96627fdcfb5b50f56cd6
1 file changed
tree: 5e5e9c6944d2ccc56992a0b52f1d07493cb0c928
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.