aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-11-12 23:45:41 +0100
committerMoyster <oysterized@gmail.com>2016-09-10 12:06:18 +0200
commit2c65c997807fcfae1863809d4b7075e07e7f123b (patch)
tree27865755004c356fb3f5b44dc2987ee70b883462 /include/linux
parent9c3c1bceded91ab2fb6a0026525f3a6fdf7f006b (diff)
random32: add __init prefix to prandom_start_seed_timer
We only call that in functions annotated with __init, so add __init prefix in prandom_start_seed_timer() as well, so that the kernel can make use of this hint and we can possibly free up resources after it's usage. And since it's an internal function rename it to __prandom_start_seed_timer(). Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions