xen/x86: import intel-family.h from Linux
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 20 Jan 2022 16:13:00 +0000 (17:13 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 21 Jan 2022 12:42:11 +0000 (12:42 +0000)
commitd9bc1888d245a50f479c289caa95d2f7c6f9382c
treec3f4d1d80f0f2257df4c466e059f2fa67ae0915e
parentc1c059fdfd9e01760af44f46d61ed2f5f4117b30
xen/x86: import intel-family.h from Linux

Last commit to the file is:

7d697f0d5737 x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define

This should help the readability of code that's currently open-coding
Intel model numbers.

No change introduced to existing code, it's expected that new code
could start using the defines. Changing existing users could cause
quite a lot of code churn.

Requested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/include/asm/intel-family.h [new file with mode: 0644]