• Jeffrey Lee's avatar
    Remove 1MB bodge from LongDesc LoadAndDecodeL1Entry · ce95d42e
    Jeffrey Lee authored
    LoadAndDecodeL1Entry will now always return the size/alignment of the
    entry. This allows ConstructCAMfromPageTables to walk over a 2MB long
    descriptor page table pointer in one go, instead of splitting it into
    two 1MB chunks (as if short descriptor page tables were in use) and
    calling LoadAndDecodeL1Entry twice. This has allowed the 1MB result
    alignment bodge to be removed from the LongDesc version of
    LoadAndDecodeL1Entry.
    ce95d42e
ARM600 20.9 KB