]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/x86/kernel/cpu/common.c
x86/cpu/bugs: Convert to new matching macros
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 Mar 2020 13:13:48 +0000 (14:13 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 24 Mar 2020 20:22:23 +0000 (21:22 +0100)
commitf6d502fcfc51ae025f18a8de8f1ed2ab34503742
treef036eb6ca01b1ec2fee5d15322aae5f01e6ee2b2
parent20d437447c0089cda46c683db219d3b4e2cde40e
x86/cpu/bugs: Convert to new matching macros

The new macro set has a consistent namespace and uses C99 initializers
instead of the grufty C89 ones.

The local wrappers have to stay as they are tailored to tame the hardware
vulnerability mess.

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/20200320131508.934926587@linutronix.de
arch/x86/kernel/cpu/common.c