From: Ben Gras Date: Fri, 25 Sep 2009 17:57:24 +0000 (+0000) Subject: get_randomness restored. X-Git-Tag: v3.1.5~84 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=cd3e83f8499f66922dc85b5e4da5c8eea70c2d14;p=minix.git get_randomness restored. --- diff --git a/kernel/system/do_irqctl.c b/kernel/system/do_irqctl.c index bc3a43324..42a4d39a9 100644 --- a/kernel/system/do_irqctl.c +++ b/kernel/system/do_irqctl.c @@ -144,11 +144,7 @@ irq_hook_t *hook; /* As a side-effect, the interrupt handler gathers random information by * timestamping the interrupt events. This is used for /dev/random. */ -#if 0 get_randomness(&krandom, hook->irq); -#else - FIXME("get_randomness disabled"); -#endif /* Check if the handler is still alive. * If it's dead, this should never happen, as processes that die