X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fchar%2Frandom.c;h=d6876d50622075f1b490bf7a19831b4e8784adb6;hb=53fdf99f676bada351aebb9eb098b5d7ac153cd1;hp=d131e152c8ce6a3e70a7e0fe287275269f0c40c6;hpb=d481e88ed55345bfdaea6d6b8295e0643d5f0932;p=deliverable%2Flinux.git diff --git a/drivers/char/random.c b/drivers/char/random.c index d131e152c8ce..d6876d506220 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -479,8 +479,8 @@ static ssize_t _extract_entropy(struct entropy_store *r, void *buf, static void crng_reseed(struct crng_state *crng, struct entropy_store *r); static void push_to_pool(struct work_struct *work); -static __u32 input_pool_data[INPUT_POOL_WORDS]; -static __u32 blocking_pool_data[OUTPUT_POOL_WORDS]; +static __u32 input_pool_data[INPUT_POOL_WORDS] __latent_entropy; +static __u32 blocking_pool_data[OUTPUT_POOL_WORDS] __latent_entropy; static struct entropy_store input_pool = { .poolinfo = &poolinfo_table[0],