hung_task: allow hung_task_panic when hung_task_warnings is 0
[deliverable/linux.git] / lib / random32.c
index 69ed593aab07315d90c4b2dc2e2fcbb9931211fd..a30923573676ec77f0defe9d4f43eb02f4b8e771 100644 (file)
@@ -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.
This page took 0.024104 seconds and 5 git commands to generate.