[roll] Roll fuchsia [lib][arch] Provide raw access to x86 Desc32 limit fields. The `limit` and `set_limit` methods of Desc32 currently perform automatic scaling behind the scenes: `set_limit` will automatically set the granularity bit, while `limit` will apply the appropriate scaling. Upcoming changes want more direct control over these fields, so we update `set_limit` and `limit` to just do the bit packing / unpacking, and move the existing functionality to `SetScaledLimit` / `ScaledLimit`. We use CamelCasing for these new methods as a hint to the reader that these methods are more than just simple getters/setters, but read/modify multiple fields. Similarly, update `make_flat` to `MakeFlat` for the same reason. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/495408 Original-Revision: bb362bdac2735b7e29f002ccc14df480653f79cc GitOrigin-RevId: 4ed39603251b2e058558d3279cfb91097a6a093f Change-Id: I25d10a604fe99a31e3a51fd5157b567962c14f66
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 via the IRC channel #fuchsia on Freenode.
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.