File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -379,9 +379,8 @@ The regset data starts with struct user_za_header, containing:
379
379
/proc/sys/abi/sme_default_vector_length
380
380
381
381
Writing the text representation of an integer to this file sets the system
382
- default vector length to the specified value, unless the value is greater
383
- than the maximum vector length supported by the system in which case the
384
- default vector length is set to that maximum.
382
+ default vector length to the specified value rounded to a supported value
383
+ using the same rules as for setting vector length via PR_SME_SET_VL.
385
384
386
385
The result can be determined by reopening the file and reading its
387
386
contents.
Original file line number Diff line number Diff line change @@ -423,9 +423,8 @@ The regset data starts with struct user_sve_header, containing:
423
423
/proc/sys/abi/sve_default_vector_length
424
424
425
425
Writing the text representation of an integer to this file sets the system
426
- default vector length to the specified value, unless the value is greater
427
- than the maximum vector length supported by the system in which case the
428
- default vector length is set to that maximum.
426
+ default vector length to the specified value rounded to a supported value
427
+ using the same rules as for setting vector length via PR_SVE_SET_VL.
429
428
430
429
The result can be determined by reopening the file and reading its
431
430
contents.
You can’t perform that action at this time.
0 commit comments