From: Akinobu Mita Date: Mon, 29 Apr 2013 23:21:26 +0000 (-0700) Subject: x86: pageattr-test: remove srandom32 call X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~123^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a7b4d2360175f67ab2c58effeeb8362a3057c25;p=pandora-kernel.git 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 Acked-by: H. Peter Anvin Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed