diff options
author | Roland Dreier <rolandd@cisco.com> | 2009-06-24 13:42:40 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-06-24 13:42:40 +0800 |
commit | c9944881acf02b6f25fa62a0441a98b7dc0d7ae6 (patch) | |
tree | 264d1e88c293bf8d959d4cbceaa348325618629b /crypto | |
parent | 215ccd6f55a2144bd553e0a3d12e1386f02309fd (diff) | |
download | kernel_samsung_smdk4412-c9944881acf02b6f25fa62a0441a98b7dc0d7ae6.zip kernel_samsung_smdk4412-c9944881acf02b6f25fa62a0441a98b7dc0d7ae6.tar.gz kernel_samsung_smdk4412-c9944881acf02b6f25fa62a0441a98b7dc0d7ae6.tar.bz2 |
crypto: aes-ni - Don't print message with KERN_ERR on old system
When the aes-intel module is loaded on a system that does not have the
AES instructions, it prints
Intel AES-NI instructions are not detected.
at level KERN_ERR. Since aes-intel is aliased to "aes" it will be tried
whenever anything uses AES and spam the console. This doesn't match
existing practice for how to handle "no hardware" when initializing a
module, so downgrade the message to KERN_INFO.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions