• Soby Mathew's avatar
    Fix the translation table library for wraparound cases · 20002655
    Soby Mathew authored
    This patch fixes the translation table library for wraparound cases. These
    cases are not expected to occur on AArch64 platforms because only the
    48 bits of the 64 bit address space are used. But it is a possibility for
    AArch32 platforms.
    
    Change-Id: Ie7735f7ba2977019381e1c124800381471381499
    20002655
xlat_tables_common.c 11.4 KB