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>
Wed, 16 Feb 2022 23:02:07 +0000 (00:02 +0100)
commit2a489e2caa02bbf720bd0392e9bcde82a2983cf8
treee739475dda34892a8dde89cca7bdf7e2b9a2f0b0
parent7db05e40b0e1325717e7e92b59e8a321d120c60e
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: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c