X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2Frandom32.c;h=fa594b1140e648899410d15920ea5705d7202661;hb=0e60439c22ec551e9b5780eba73ddfeb63ab63d9;hp=915982b304bbb16a9d7924b3c1957857189ab6ba;hpb=0fb3ca447ddabcfb8dc7e0f719955e500b170cbd;p=cascardo%2Flinux.git diff --git a/lib/random32.c b/lib/random32.c index 915982b304bb..fa594b1140e6 100644 --- a/lib/random32.c +++ b/lib/random32.c @@ -47,7 +47,7 @@ static inline void prandom_state_selftest(void) } #endif -static DEFINE_PER_CPU(struct rnd_state, net_rand_state); +static DEFINE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy; /** * prandom_u32_state - seeded pseudo-random number generator.