diff options
author | Eric Biggers <ebiggers@google.com> | 2024-12-07 22:57:49 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-12-14 12:21:44 +0300 |
commit | 047ea6d85ee32c768ceec9a3ad6b7f403971aa63 (patch) | |
tree | 7852e5336ed1e5d9132bbf6a81bdafbdffa526db /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7e0061586f1d6a38641a2f444855c1ddeb10d17e (diff) | |
download | linux-047ea6d85ee32c768ceec9a3ad6b7f403971aa63.tar.xz |
crypto: seed - stop using cra_alignmask
Instead of specifying a nonzero alignmask, use the unaligned access
helpers. This eliminates unnecessary alignment operations on most CPUs,
which can handle unaligned accesses efficiently, and brings us a step
closer to eventually removing support for the alignmask field.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions