Update KEXEC_ARCH_* constants

* xlat/kexec_arch_values.in: Add KEXEC_ARCH_AARCH64 introduced by linux
kernel commit v4.8-rc1~16^2~41.
This commit is contained in:
Дмитрий Левин 2016-08-30 18:13:38 +00:00
parent 788e5f37d3
commit 6d68e0d4dd

View File

@ -10,3 +10,4 @@ KEXEC_ARCH_S390 (22 << 16)
KEXEC_ARCH_SH (42 << 16)
KEXEC_ARCH_MIPS_LE (10 << 16)
KEXEC_ARCH_MIPS ( 8 << 16)
KEXEC_ARCH_AARCH64 (183 << 16)