Skip to content

Commit 86d1921

Browse files
Zenghui Yuwilldeacon
authored andcommitted
arm64: Delete the zero_za macro
zero_za was introduced in commit ca8a4eb ("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>
1 parent 365b190 commit 86d1921

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

arch/arm64/include/asm/fpsimdmacros.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,6 @@
242242
| (\nx << 5)
243243
.endm
244244

245-
/*
246-
* Zero the entire ZA array
247-
* ZERO ZA
248-
*/
249-
.macro zero_za
250-
.inst 0xc00800ff
251-
.endm
252-
253245
.macro __for from:req, to:req
254246
.if (\from) == (\to)
255247
_for__body %\from

0 commit comments

Comments
 (0)