Changeset 2f6ee01 in rtems for bsps

Timestamp:
07/05/22 18:35:28 (21 months ago)
Author:
Kinsey Moore <kinsey.moore@…>
Branches:
master
Children:
6e74ceb
Parents:
22015c0
git-author:
Kinsey Moore <kinsey.moore@…> (07/05/22 18:35:28)
git-committer:
Joel Sherrill <joel@…> (07/06/22 15:22:08)
Message:

bsps/aarch64: Use MMU pages appropriately

There were two bugs with MMU page use that were partially hiding each
other. The linker script page table section was 4x the size it needed to
be and the page table allocation routine was allocating pages PTRSIZE
times larger than it needed to. On ILP32, this resulted in incorrect but
functional allocation. On LP64, this resulted in allocation failures
earlier than expected.

(No files)

Note: See TracChangeset for help on using the changeset viewer.