On Mon, Sep 13, 2021 at 11:09:43PM +0000, Raghavendra Rao Ananta wrote: > Bring-in the kernel's arch/arm64/include/asm/sysreg.h > into tools/ for arm64 to make use of all the standard > register definitions in consistence with the kernel. > > Signed-off-by: Raghavendra Rao Ananta <rananta@xxxxxxxxxx> > --- > tools/arch/arm64/include/asm/sysreg.h | 1296 +++++++++++++++++++++++++ > 1 file changed, 1296 insertions(+) > create mode 100644 tools/arch/arm64/include/asm/sysreg.h Looks like an older version than what is available now (v5.15-rc1?) was used, but it's expected that these tools copies go out of date quickly and it doesn't matter. Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> Thanks, drew