summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-02-10 16:35:24 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-30 09:29:06 +0200
commit4509941f75ac8d4fc4a798d03ade86d15eb10caf (patch)
treeec5ec910459ab6fd998662c57b0286b1c1e860bb /Documentation
parentad5d17d0faf93cde620af933045c267339c578c1 (diff)
downloadlinux-4509941f75ac8d4fc4a798d03ade86d15eb10caf.tar.gz
linux-4509941f75ac8d4fc4a798d03ade86d15eb10caf.tar.bz2
linux-4509941f75ac8d4fc4a798d03ade86d15eb10caf.zip
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/admin-guide/sysctl/kernel.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index e568f32bc306..9df263c85aab 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -1031,15 +1031,6 @@ This is a directory, with the following entries:
are woken up. This file is writable for compatibility purposes, but
writing to it has no effect on any RNG behavior.
-If ``drivers/char/random.c`` is built with ``ADD_INTERRUPT_BENCH``
-defined, these additional entries are present:
-
-* ``add_interrupt_avg_cycles``: the average number of cycles between
- interrupts used to feed the pool;
-
-* ``add_interrupt_avg_deviation``: the standard deviation seen on the
- number of cycles between interrupts used to feed the pool.
-
randomize_va_space
==================