[roll] Roll fuchsia [kernel] Introduce <lib/page/size.h>

This change introduces a simple 'library' meant to consolidate reference
to and dependency on system page size *within* the kernel (with
visibility constraints as well). This preserves the current expectation
that page size is available as a constant, but is intended to break its
relationship to the zircon public headers. Follow-on changes will
replace usage of (ZX_)?PAGE_SIZE (and friends) in the kernel with the
definitions in this header.

Original-Bug: 42146863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1405318
Original-Revision: 9fb8afc6c349aeb6b3c206f0c32a2dae8ec4c935
GitOrigin-RevId: c140277f1c5cf6e8c1bc08965abcfcc41be6bcf8
Change-Id: I07f5a71fe7a3db21df314e6c75d99d8cc468b511
1 file changed
tree: 11cd36ec4c39a23f67f8d2657cbf60e7e98d46e2
  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.