|
@@ -1737,7 +1737,7 @@ void get_random_bytes_arch(void *buf, int nbytes)
|
|
|
|
|
|
if (!arch_get_random_long(&v))
|
|
if (!arch_get_random_long(&v))
|
|
break;
|
|
break;
|
|
-
|
|
|
|
|
|
+
|
|
memcpy(p, &v, chunk);
|
|
memcpy(p, &v, chunk);
|
|
p += chunk;
|
|
p += chunk;
|
|
nbytes -= chunk;
|
|
nbytes -= chunk;
|
|
@@ -1748,7 +1748,6 @@ void get_random_bytes_arch(void *buf, int nbytes)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL(get_random_bytes_arch);
|
|
EXPORT_SYMBOL(get_random_bytes_arch);
|
|
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* init_std_data - initialize pool with system data
|
|
* init_std_data - initialize pool with system data
|
|
*
|
|
*
|