[roll] Roll fuchsia [kernel][arm64] Remove secondaries_released synchronization

This change removes an unnecessary synchronization variable,
secondaries_released.  The variable is unnecessary because the
variable is set to true before the secondaries are even started.

Why is it safe to remove this?  The variable was set to true during
arch_init.  The secondaries are started by platform_init and would
spin until the value is true.  However, arch_init is called before
platform_init so by the time the secondary are started, it's already
true.

Original-Bug: 414456459
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1257704
Original-Revision: 0247b9756798c971efcbdecd74f5ea2d76041c57
GitOrigin-RevId: 0b2deb592bf620b17a93cb9ba51d97bb6eb61ba0
Change-Id: Ifa348c1ec098f510f6df0b10ae5f9d7c9cb27781
1 file changed
tree: cac4885a6f5a633c9c79db8ecac2b768d0243b20
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.