[roll] Roll fuchsia [kernel][misc] Replace usage of PAGE_SIZE

This change moves the last (non-asm sites) of the kernel over to using
the C++ page size constants from libpage over the #defines from
<arch/defines.h> in a step to consolidate usage entirely to the former.

Original-Bug: 42146863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1410035
Original-Revision: 466cf1c8bd04ae94207d1b53a7c88a4605d5d4ed
GitOrigin-RevId: 025a1f43209fa5a7af64efdd7a06f7eb4478250b
Change-Id: Id321a8fbafeb352970d52bebe51a119fb18a0c3f
1 file changed
tree: 5469a74e0460610384e92e71bb8b4de731d33f0b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.