summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/jitterentropy-kcapi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/jitterentropy-kcapi.c b/crypto/jitterentropy-kcapi.c
index ceea83d13168..597cedd3531c 100644
--- a/crypto/jitterentropy-kcapi.c
+++ b/crypto/jitterentropy-kcapi.c
@@ -98,10 +98,6 @@ void jent_get_nstime(__u64 *out)
98 * If random_get_entropy does not return a value (which is possible on, 98 * If random_get_entropy does not return a value (which is possible on,
99 * for example, MIPS), invoke __getnstimeofday 99 * for example, MIPS), invoke __getnstimeofday
100 * hoping that there are timers we can work with. 100 * hoping that there are timers we can work with.
101 *
102 * The list of available timers can be obtained from
103 * /sys/devices/system/clocksource/clocksource0/available_clocksource
104 * and are registered with clocksource_register()
105 */ 101 */
106 if ((0 == tmp) && 102 if ((0 == tmp) &&
107 (0 == __getnstimeofday(&ts))) { 103 (0 == __getnstimeofday(&ts))) {