Skip to content

Commit 620faa9

Browse files
committed
tests/xlat-os: Recognize aarch64 PTE format
The aarch64 PTE format is displayed as "pte_format=3", because the corresponding string representation is missing. Signed-off-by: Petr Tesarik <[email protected]>
1 parent 57e16c4 commit 620faa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/xlat-os.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ print_pgt(const addrxlat_meth_t *meth)
245245
[ADDRXLAT_PTE_NONE] = "none",
246246
[ADDRXLAT_PTE_PFN32] = "pfn32",
247247
[ADDRXLAT_PTE_PFN64] = "pfn64",
248+
[ADDRXLAT_PTE_AARCH64] = "aarch64",
248249
[ADDRXLAT_PTE_IA32] = "ia32",
249250
[ADDRXLAT_PTE_IA32_PAE] = "ia32_pae",
250251
[ADDRXLAT_PTE_X86_64] = "x86_64",

0 commit comments

Comments
 (0)