diff options
author | 2023-12-06 00:01:40 +0800 | |
---|---|---|
committer | 2023-12-11 13:18:06 +0000 | |
commit | 86d1921c9d5a25ff057284f1208e731145e24508 (patch) | |
tree | c58b9c9903e95f3516951b279aaf29f03f4925dd | |
parent | Documentation/arch/arm64: Fix typo (diff) | |
download | wireguard-linux-86d1921c9d5a25ff057284f1208e731145e24508.tar.xz wireguard-linux-86d1921c9d5a25ff057284f1208e731145e24508.zip |
arm64: Delete the zero_za macro
zero_za was introduced in commit ca8a4ebcff44 ("arm64/sme: Manually encode
SME instructions") but doesn't appear to have any in kernel user. Drop it.
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20231205160140.1438-1-yuzenghui@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/include/asm/fpsimdmacros.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm64/include/asm/fpsimdmacros.h b/arch/arm64/include/asm/fpsimdmacros.h index cdf6a35e3994..cda81d009c9b 100644 --- a/arch/arm64/include/asm/fpsimdmacros.h +++ b/arch/arm64/include/asm/fpsimdmacros.h @@ -242,14 +242,6 @@ | (\nx << 5) .endm -/* - * Zero the entire ZA array - * ZERO ZA - */ -.macro zero_za - .inst 0xc00800ff -.endm - .macro __for from:req, to:req .if (\from) == (\to) _for__body %\from |