Skip to content

Commit 0b52f76

Browse files
marxinwilldeacon
authored andcommitted
docs/arm64: elf_hwcaps: unify newlines in HWCAP lists
Unify horizontal spacing (remove extra newlines) which are sensitive to visual presentation by Sphinx. Fixes: 5e64b86 ("arm64/sme: Basic enumeration support") Signed-off-by: Martin Liska <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent ff59000 commit 0b52f76

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Documentation/arm64/elf_hwcaps.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -242,44 +242,34 @@ HWCAP2_MTE3
242242
by Documentation/arm64/memory-tagging-extension.rst.
243243

244244
HWCAP2_SME
245-
246245
Functionality implied by ID_AA64PFR1_EL1.SME == 0b0001, as described
247246
by Documentation/arm64/sme.rst.
248247

249248
HWCAP2_SME_I16I64
250-
251249
Functionality implied by ID_AA64SMFR0_EL1.I16I64 == 0b1111.
252250

253251
HWCAP2_SME_F64F64
254-
255252
Functionality implied by ID_AA64SMFR0_EL1.F64F64 == 0b1.
256253

257254
HWCAP2_SME_I8I32
258-
259255
Functionality implied by ID_AA64SMFR0_EL1.I8I32 == 0b1111.
260256

261257
HWCAP2_SME_F16F32
262-
263258
Functionality implied by ID_AA64SMFR0_EL1.F16F32 == 0b1.
264259

265260
HWCAP2_SME_B16F32
266-
267261
Functionality implied by ID_AA64SMFR0_EL1.B16F32 == 0b1.
268262

269263
HWCAP2_SME_F32F32
270-
271264
Functionality implied by ID_AA64SMFR0_EL1.F32F32 == 0b1.
272265

273266
HWCAP2_SME_FA64
274-
275267
Functionality implied by ID_AA64SMFR0_EL1.FA64 == 0b1.
276268

277269
HWCAP2_WFXT
278-
279270
Functionality implied by ID_AA64ISAR2_EL1.WFXT == 0b0010.
280271

281272
HWCAP2_EBF16
282-
283273
Functionality implied by ID_AA64ISAR1_EL1.BF16 == 0b0010.
284274

285275
4. Unused AT_HWCAP bits

0 commit comments

Comments
 (0)