diff options
author | Linus Torvalds | 2023-04-15 11:47:06 -0700 |
---|---|---|
committer | Linus Torvalds | 2023-04-18 17:05:28 -0700 |
commit | 68674f94ffc9dddc45e7733963ecc35c5eda9efd (patch) | |
tree | 27fe62ec48867310577c31dcc5953d52944d3348 /drivers/ufs | |
parent | 6a8f57ae2eb07ab39a6f0ccad60c760743051026 (diff) |
x86: don't use REP_GOOD or ERMS for small memory copies
The modern target to use is FSRM (Fast Short REP MOVS), and the other
cases should only be used for bigger areas (ie mainly things like page
copying and clearing).
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ufs')
0 files changed, 0 insertions, 0 deletions