]> git.baikalelectronics.ru Git - kernel.git/commit
random: use an improved fast_mix() function
authorTheodore Ts'o <tytso@mit.edu>
Sun, 15 Jun 2014 01:43:13 +0000 (21:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2014 08:49:40 +0000 (04:49 -0400)
commitbf06373b2de3f77adc1ea4785e16db0079fbe5a4
tree253a45901a3e3d83be2566e0ad59af1c2c171be7
parent96631640e65975d55e7aba423f938620834205a5
random: use an improved fast_mix() function

Use more efficient fast_mix() function.  Thanks to George Spelvin for
doing the leg work to find a more efficient mixing function.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: George Spelvin <linux@horizon.com>
drivers/char/random.c