]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove stale add_blkdev_randomness() uses
authorRobert Love <rml@tech9.net>
Sun, 8 Dec 2002 09:59:50 +0000 (01:59 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 8 Dec 2002 09:59:50 +0000 (01:59 -0800)
add_blkdev_randomness() is long gone, so remove stale declaration and
comments

drivers/char/random.c

index d0228693579a651e79e51601fc38d659ac6de30f..5bb5d292900574bcc53a569763afa22ad2ceec43 100644 (file)
  *     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".
  * 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.