aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fault-inject.c
diff options
context:
space:
mode:
authorAkinobu Mita <[email protected]>2013-04-29 23:21:26 +0000
committerLinus Torvalds <[email protected]>2013-04-30 01:28:42 +0000
commit4a7b4d2360175f67ab2c58effeeb8362a3057c25 (patch)
tree18a5a97888dd361819558a99459ce906742a49dc /lib/fault-inject.c
parentuuid: use prandom_bytes() (diff)
downloadkernel-4a7b4d2360175f67ab2c58effeeb8362a3057c25.tar.gz
kernel-4a7b4d2360175f67ab2c58effeeb8362a3057c25.zip
x86: pageattr-test: remove srandom32 call
pageattr-test calls srandom32() once every test iteration. But calling srandom32() after late_initcalls is not meaningfull. Because the random states for random32() is mixed by good random numbers in late_initcall prandom_reseed(). So this removes the call to srandom32(). Signed-off-by: Akinobu Mita <[email protected]> Acked-by: H. Peter Anvin <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/fault-inject.c')
0 files changed, 0 insertions, 0 deletions