diff options
author | Marc Zyngier <maz@kernel.org> | 2021-03-11 11:52:38 +0000 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-03-18 11:23:14 +0000 |
commit | 297b8603e356ad82c1345cc75fad4d89310a3c34 (patch) | |
tree | a2ce088ec57b195eaaedcc37c5c169e607a47b0b /arch/arm64/include/asm/fpsimdmacros.h | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) |
KVM: arm64: Provide KVM's own save/restore SVE primitives
as we are about to change the way KVM deals with SVE, provide
KVM with its own save/restore SVE primitives.
No functional change intended.
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/fpsimdmacros.h')
-rw-r--r-- | arch/arm64/include/asm/fpsimdmacros.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/fpsimdmacros.h b/arch/arm64/include/asm/fpsimdmacros.h index af43367534c7..e9b72d35b867 100644 --- a/arch/arm64/include/asm/fpsimdmacros.h +++ b/arch/arm64/include/asm/fpsimdmacros.h @@ -6,6 +6,8 @@ * Author: Catalin Marinas <catalin.marinas@arm.com> */ +#include <asm/assembler.h> + .macro fpsimd_save state, tmpnr stp q0, q1, [\state, #16 * 0] stp q2, q3, [\state, #16 * 2] |