diff options
| author | Marc Zyngier <maz@kernel.org> | 2021-04-13 15:40:59 +0100 |
|---|---|---|
| committer | Marc Zyngier <maz@kernel.org> | 2021-04-13 15:40:59 +0100 |
| commit | 3b7e56be786462423802ff84525b9a12539c5887 (patch) | |
| tree | ba481d314dd08ef35f1342a32c367671f56d88f2 | |
| parent | 5c92a7643b14a5bc93bac6e2af5f9010e284b584 (diff) | |
| parent | a9f8696d4be5228de9d1d4f0e9f027b64d77dab6 (diff) | |
| download | linux-3b7e56be786462423802ff84525b9a12539c5887.tar.gz | |
Merge branch 'kvm-arm64/nvhe-sve' into kvmarm-master/next
Signed-off-by: Marc Zyngier <maz@kernel.org>
| -rw-r--r-- | arch/arm64/include/asm/fpsimd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h index 05c9c55768b8e..ff3879ac22679 100644 --- a/arch/arm64/include/asm/fpsimd.h +++ b/arch/arm64/include/asm/fpsimd.h @@ -168,6 +168,8 @@ static inline int sve_get_current_vl(void) static inline void sve_user_disable(void) { BUILD_BUG(); } static inline void sve_user_enable(void) { BUILD_BUG(); } +#define sve_cond_update_zcr_vq(val, reg) do { } while (0) + static inline void sve_init_vq_map(void) { } static inline void sve_update_vq_map(void) { } static inline int sve_verify_vq_map(void) { return 0; } |
