X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Frandom32.c;h=dfb9981ab7989640b807e6f9809b27465b6d521c;hb=ad884ff32931265294a8989636a5a76aea06b571;hp=932345323af092a93fc2690b0ebbf4f7485ae4f3;hpb=b9aa527ae38ba0ee998ced376b040fc92b0a2c03;p=linux-2.6-microblaze.git diff --git a/lib/random32.c b/lib/random32.c index 932345323af0..dfb9981ab798 100644 --- a/lib/random32.c +++ b/lib/random32.c @@ -49,7 +49,7 @@ static inline void prandom_state_selftest(void) } #endif -DEFINE_PER_CPU(struct rnd_state, net_rand_state); +DEFINE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy; /** * prandom_u32_state - seeded pseudo-random number generator.