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)
commit95e6060c20a7f5db60163274c5222a725ac118f9
tree890123955392de552aa00201a7565bddeb9b2a5d
parent0791e8b655cc373718f0f58800fdc625a3447ac5
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