commit | 47d06e532e95b71c0db3839ebdef3fe8812fca2c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Sep 10 10:52:35 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 23 06:35:06 2013 -0400 |
tree | f8d5c68cf8b0e4a8dcf107a41aa46f5aa82f7722 | |
parent | 6e4664525b1db28f8c4e1130957f70a94c19213e [diff] |
random: run random_int_secret_init() run after all late_initcalls The some platforms (e.g., ARM) initializes their clocks as late_initcalls for some unknown reason. So make sure random_int_secret_init() is run after all of the late_initcalls are run. Cc: stable@vger.kernel.org Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>