[roll] Roll fuchsia [kernel][vm] Restructure is_valid_mapping_flags

This rearrangement of the logic in is_valid_mapping_flags allows the
compiler to work out that all of the flags can be checked with one set
of shifts and masks instead of 3.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/626192
Original-Revision: 2f2d490ddb3343bdc8b4494d853af483e2e9d152
GitOrigin-RevId: 1cb66efb1ba97ebf21179c6c64b1143d31826314
Change-Id: Ia0102834b7d5f1cd7e1467d7ec815091bf5aaeed
1 file changed
tree: e36acbf7f8a6438fc7e7c1033422a069877a1ffe
  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.