[roll] Roll fuchsia [kernel][vm] Type alias for arch mmu flags Introduce a type alias, arch_mmu_flags_t, for representing arch mmu flags constants, instead of plain uint. This improves readability by making the intent clearer in usage sites instead of relying just on variable naming. The uint8_t is chosen to replace uint since all the constants fit inside 8 bits, arch mmu flags are used in many highly allocated objects, and due to the type alias the size can easily be changed in the future if needed. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1551082 Original-Revision: 162d6af39d3e22850a2af4d112cfa847cd525145 GitOrigin-RevId: 5297542da39217ab62c3e8230e73228998ff0e09 Change-Id: I61e0410a18ab988d5a6fb982bbc5756e26dec9a3
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.