#! /bin/bash

#
# Check Linux X86_64 5-level translation without explicit version,
# using page table content alone
#

opts=(
    arch=x86_64
    ostype=linux
    phys_base=0x1355600000
)

. "$srcdir"/xlat-os-common
