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 <[email protected]> Acked-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 365b190 commit 86d1921

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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)