[NET]: srandom32 fixes for networking v2
authorAndi Kleen <ak@suse.de>
Thu, 3 Apr 2008 21:07:02 +0000 (14:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Apr 2008 21:07:02 +0000 (14:07 -0700)
commit61407f80f72970d52d4339f81c6c3cd03f4ca0f0
tree2063040e6e16d5dcc1024c3aedee23195f38b1ba
parent84f59370c519449c70dcc813b050f5cbbf0098e7
[NET]: srandom32 fixes for networking v2

- Let it update the state of all CPUs. The network stack goes
into pains to feed the current IP addresses in, but it is not very
effective if that is only done for some random CPU instead of all.
So change it to feed bits into all CPUs.  I decided to do that lockless
because well somewhat random results are ok.

v2: Drop rename so that this patch doesn't depend on x86 maintainers

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/random32.c