]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/crypto: add cpu feature modaliases for crypto modules
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Thu, 19 Feb 2015 16:34:07 +0000 (17:34 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 22 Jul 2015 07:58:02 +0000 (09:58 +0200)
commitd05377c12ae2ac88e747a28ae1e23f556d549592
treedc1bede961f295f658e59730a47909cc2b1fc121
parent8f00b3e28f73e712a2f82a15f66acd852f60e3ba
s390/crypto: add cpu feature modaliases for crypto modules

Use the module_cpu_feature_match() module init function to add an
module alias based on required CPU features.   The modules are
automatically loaded on hardware that supports the required CPU features.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/crypto/aes_s390.c
arch/s390/crypto/des_s390.c
arch/s390/crypto/ghash_s390.c
arch/s390/crypto/prng.c
arch/s390/crypto/sha1_s390.c
arch/s390/crypto/sha256_s390.c
arch/s390/crypto/sha512_s390.c