diff options
| author | Jason A. Donenfeld <[email protected]> | 2022-01-12 16:18:08 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2022-01-18 12:03:56 +0000 |
| commit | 90ed1e67e896cc8040a523f8428fc02f9b164394 (patch) | |
| tree | 9a84f83d61638eb28c9874216b42cae2f6fea884 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | random: remove unused extract_entropy() reserved argument (diff) | |
| download | kernel-90ed1e67e896cc8040a523f8428fc02f9b164394.tar.gz kernel-90ed1e67e896cc8040a523f8428fc02f9b164394.zip | |
random: rather than entropy_store abstraction, use global
Originally, the RNG used several pools, so having things abstracted out
over a generic entropy_store object made sense. These days, there's only
one input pool, and then an uneven mix of usage via the abstraction and
usage via &input_pool. Rather than this uneasy mixture, just get rid of
the abstraction entirely and have things always use the global. This
simplifies the code and makes reading it a bit easier.
Reviewed-by: Dominik Brodowski <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions
