diff options
| author | 2024-08-11 14:28:16 +0800 | |
|---|---|---|
| committer | 2024-08-17 13:55:50 +0800 | |
| commit | a304393a9d950ae498151890d6cacc83909d90a4 (patch) | |
| tree | f302fe1f2a0b87e0d03deb63c3827157638ffea1 /rust/kernel/ssh:/git@git.zx2c4.com/git: | |
| parent | crypto: rsa - Check MPI allocation errors (diff) | |
crypto: octeontx - Remove custom swap function in favor of built-in sort swap
The custom swap function used in octeontx driver do not perform any
special operations and can be replaced with the built-in swap function
of sort. This change not only reduces code size but also improves
efficiency, especially in scenarios where CONFIG_RETPOLINE is enabled,
as it makes indirect function calls more expensive.
By using the built-in swap, we avoid these costly indirect function
calls, leading to better performance.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'rust/kernel/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
