Commit 47e9a962 authored by Robert Love's avatar Robert Love Committed by Linus Torvalds

[PATCH] remove stale add_blkdev_randomness() uses

add_blkdev_randomness() is long gone, so remove stale declaration and
comments
parent 9c83775c
......@@ -128,7 +128,6 @@
* void add_keyboard_randomness(unsigned char scancode);
* void add_mouse_randomness(__u32 mouse_data);
* void add_interrupt_randomness(int irq);
* void add_blkdev_randomness(int irq);
*
* add_keyboard_randomness() uses the inter-keypress timing, as well as the
* scancode as random inputs into the "entropy pool".
......@@ -144,8 +143,6 @@
* a better measure, since the timing of the disk interrupts are more
* unpredictable.
*
* add_blkdev_randomness() times the finishing time of block requests.
*
* All of these routines try to estimate how many bits of randomness a
* particular randomness source. They do this by keeping track of the
* first and second order deltas of the event timings.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment