[roll] Roll fuchsia [kernel][arm64] Change arm64 spinlocks to be 32bit

This matches the size of the other two architectures, which use
cpu_num_t (uint32_t) as the basic spinlock type.

Was previously using unsigned long for historical reasons, to make it
match the size of the architecture when building with arm32 and arm64
at the same time.

No functional change except for the size of the spinlock and any
alignment or size changes this may entail.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1251013
Original-Revision: e05da63dc6e15ab21a8d6ebef9717258ea244fac
GitOrigin-RevId: 0dd7f3b2e201e7db3258242a1a0b1c64d07ffa97
Change-Id: I2a2f06a4459ec005fee0ca1b8ca18043993485d5
1 file changed
tree: ea74323091e6a62a1681d63379f49aac30939e86
  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.