[roll] Roll fuchsia [kernel][riscv][mmu] do not map the trampoline identity map as global

At boottime when setting up the identity map page tables, do not mark
them as global. No real issue since the TLB will be dumped later here
and as secondary cores are brought up later using these tables, but to
just be cleaner, use non global pages here to reduce a risk of some sort
of TLB leakage to a future user process using the same virtual address
range.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/891543
Original-Revision: 2ab602224eb7c48e6bc77cea61033deea6ab1174
GitOrigin-RevId: 7f0c6440cba0d63373ed620943851e260a651211
Change-Id: I52b50426066978170866a933f80314acc87f78ac
1 file changed
tree: a199c9d3c77cfc214b86b48e852ff89a76380aa2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.