commit | 9595198f8dc4111f8cab39de2c0c4432787bc690 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 20 14:13:52 2020 +0100 |
committer | Borislav Petkov <bp@suse.de> | Tue Mar 24 21:29:38 2020 +0100 |
tree | bb997d30c6cf5e8d636e7a97ebd1c618d81d9b80 | |
parent | adefe55e725821e8ae23207992ded5994f1650a9 [diff] |
x86/platform: Convert to new 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/20200320131509.359448901@linutronix.de