intel_idle: Convert to new X86 CPU match macros
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 Mar 2020 13:14:00 +0000 (14:14 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 24 Mar 2020 20:34:32 +0000 (21:34 +0100)
commit4a9f45a0533f47bcff27761821ee568875c5aee4
tree97b86370a20ff615848e4bb13ecf5a7782af09d7
parent20d320c664f9bdedb4a1b0029b539aec8c0a71b1
intel_idle: Convert to new X86 CPU match macros

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

Get rid the of the local macro wrappers for consistency.

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.193755545@linutronix.de
drivers/idle/intel_idle.c