[roll] Roll fuchsia [kernel][page-map] Fix const correctness of Accessor

Make Accessor const correct by marking Write methods as const.  A
const Accessor now behaves like a const pointer rather than a
pointer-to-const.  A pointer to const Foo can still be achieved by
making the template argument const.

Original-Bug: 487327678
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1516086
Original-Revision: 6a8c983c5a192a0c5b05d2d068910aceae1ecbc3
GitOrigin-RevId: ebd3f310ec83a3cb63771abc79313f03613646c2
Change-Id: I95e50f42796bd11bce6004a3967f504d81c62024
1 file changed
tree: 47efd27d44249d5be5b14d3baa698b6065001303
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.