random: remove ifdef'd out interrupt bench
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 10 Feb 2022 15:35:24 +0000 (16:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 May 2022 07:29:06 +0000 (09:29 +0200)
commit4509941f75ac8d4fc4a798d03ade86d15eb10caf
treeec5ec910459ab6fd998662c57b0286b1c1e860bb
parentad5d17d0faf93cde620af933045c267339c578c1
random: remove ifdef'd out interrupt bench

commit 95e6060c20a7f5db60163274c5222a725ac118f9 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/admin-guide/sysctl/kernel.rst
drivers/char/random.c