[roll] Roll fuchsia [kernel][vm] Remove unlikely hints

These hints do not match how all code paths end up using these methods
as sometimes the common case is to cease termination. This change does
not cause any measurable change in performance, but may help code gen
in some cases.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249324
Original-Revision: e2873e32ea0751976dfaefadb81b42decc1a69a1
GitOrigin-RevId: 99e85097e246f2afc26fca09b3d10eb0223dc72d
Change-Id: I8b882d80084e01d444193935d274f56d8950bf3e
1 file changed
tree: 0c241e424ad2c3bd28f53b3ea32068c332db0783
  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.