[roll] Roll fuchsia [kernel] Use PAGE_SIZE from <lib/page/size-asm.h> in assembly

We extend libpage with a generated header with #define-versions of the
constants defined in <lib/page/size.h>, intended for assembly usage. In
migrating the kernel's assembly over to using that we remove the last
usage of the <arch/defines.h> PAGE_SIZE #defines and so remove those
definitions too. Deferring removal to a follow-up change was also not an
option as this would result in conflicting definitions of PAGE_SIZE.

Original-Bug: 42146863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1410037
Original-Revision: ea95d5e278cfa6af2312de4c5e41e01e3ecf5e9b
GitOrigin-RevId: 68b11cfb3980bc16839573a7f6f1e15330937039
Change-Id: I5434465ab8409bc5349d67d8202fc6af208c8b94
1 file changed
tree: 3948fafd6752b42ac2bb0a394c7c0090d22ed20f
  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.