Skip to content
Commit ef93f156 authored by Herbert Xu's avatar Herbert Xu
Browse files

Revert "crypto: run initcalls for generic implementations earlier"



This reverts commit c4741b23.

Crypto API self-tests no longer run at registration time and now
occur either at late_initcall or upon the first use.

Therefore the premise of the above commit no longer exists.  Revert
it and subsequent additions of subsys_initcall and arch_initcall.

Note that lib/crypto calls will stay at subsys_initcall (or rather
downgraded from arch_initcall) because they may need to occur
before Crypto API registration.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 89490e6b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment