crypto: Convert to new CPU match macros
The new macro set has a consistent namespace and uses C99 initializers instead of the grufty C89 ones. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lkml.kernel.org/r/20200320131510.700250889@linutronix.de
This commit is contained in:

committed by
Borislav Petkov

parent
d51ba9c666
commit
f30cfacad1
@@ -474,7 +474,7 @@ static struct skcipher_alg cbc_aes_alg = {
|
||||
};
|
||||
|
||||
static const struct x86_cpu_id padlock_cpu_id[] = {
|
||||
X86_FEATURE_MATCH(X86_FEATURE_XCRYPT),
|
||||
X86_MATCH_FEATURE(X86_FEATURE_XCRYPT, NULL),
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(x86cpu, padlock_cpu_id);
|
||||
|
Reference in New Issue
Block a user