commit | 292435bc389dd388790ab4793ec06890e0cfca2b | [log] [tgz] |
---|---|---|
author | Dave Martin <Dave.Martin@arm.com> | Fri Jun 07 12:26:24 2019 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Jul 03 10:34:05 2019 +0100 |
tree | 1ee3a02ea30c6a53841cba424de929517cd82c44 | |
parent | 9f520be560cba627e30b5193697f506f69afc861 [diff] |
update_headers.sh: arm64: Copy sve_context.h if available The SVE KVM support for arm64 includes the additional backend header <asm/sve_context.h> from <asm/kvm.h>. So update this header if it is available. To avoid creating a sudden dependency on a specific minimum kernel version, ignore such optional headers if the source kernel tree doesn't have them. Signed-off-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>