commit | c16de29d8ab1c8e641a53b600960e77c6affcc6d | [log] [tgz] |
---|---|---|
author | Nick Maniscalco <maniscalco@fuchsia.infra.roller.google.com> | Thu Aug 03 19:22:15 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 03 12:23:55 2023 -0700 |
tree | 18e8c1404704fb2780a8d2d346610834638f5a65 | |
parent | ff5a41595298d9307252512faf0ae73d8be8d8ce [diff] |
[roll] Roll fuchsia [kernel][x86] Encapsulate mwait/monitor logic This change encapsulates the allocation and access logic for mwait/monitor into two new classes, MwaitMonitor and MwaitMonitorArray. Volatile accesses are replaced with relaxed atomic accesses, in order to eliminate some "light UB" caused by a data race. Original-Bug: 131272 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/891785 Original-Revision: fcf1d4ddf79e8ca6ed01bd935683ac78a100db37 GitOrigin-RevId: 4a38835a359cb15ed78678eff83a3b79dcc07882 Change-Id: Iffb5819aa6667c880b1c01968951179cb4fa7242
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
.