[roll] Roll fuchsia [kernel][riscv][mmu] Tighten up the per cpu MMU init

Add a riscv64_mmu_early_init_percpu() routine to call on every core to
make sure the cpu has properly bounced off of the bootstrap page tables
and onto the main kernel ones and has also set the global ASID.

Original-Bug: 122876
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/855476
Original-Revision: b7845cc000a9f25b8dd6de63e232c31fa1f86975
GitOrigin-RevId: 425be532d8951503c3864f5cb79b0332f307b5d1
Change-Id: I15e3e98d48d874974a2694c9fbef4e4da5648687
1 file changed
tree: fdb4026067183d995880a3f1b5cc5ce20c4b890a
  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.