[roll] Roll fuchsia [kernel] Remove remaining uses of fbl::Mutex

For the kernel, fbl::Mutex is an alias for Mutex. This removes the last
remaining mentions of fbl::Mutex from the kernel.

Original-Bug: 95763
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695723
Original-Revision: 7a0805e4c19535ed48c69ef58a131048576ddbf4
GitOrigin-RevId: cd99387c37e82ca6dba215b4824313bb29f842b8
Change-Id: I48df052441462f60b66b0e706d435b1f48cb0591
1 file changed
tree: f272b12507573cfb7208673686dd477e25318884
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.