]> git.baikalelectronics.ru Git - kernel.git/commit
random: remove ifdef'd out interrupt bench
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 10 Feb 2022 15:35:24 +0000 (16:35 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 21 Feb 2022 20:14:00 +0000 (21:14 +0100)
commit56c9a4d2715d6de2aec8ebf7005d2a84d809813a
tree890123955392de552aa00201a7565bddeb9b2a5d
parent9909ccdeb6f4472fbf1f4c10d43124f1b32c0274
random: remove ifdef'd out interrupt bench

With tools like kbench9000 giving more finegrained responses, and this
basically never having been used ever since it was initially added,
let's just get rid of this. There *is* still work to be done on the
interrupt handler, but this really isn't the way it's being developed.

Cc: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Documentation/admin-guide/sysctl/kernel.rst
drivers/char/random.c