[roll] Roll fuchsia [kernel][vm] Change PMM include dependencies

Re-structures the PMM includes such that pmm.h depends on pmm_node.h
and pmm_arena.h. This better reflects the current logical setup of the
pmm being implemented in terms of a global PmmNode, and not the PmmNode
being implemented using the pmm.

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