diff options
author | Tony Luck <tony.luck@intel.com> | 2024-06-11 23:48:14 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-06-18 01:28:08 +0300 |
commit | f77afc2796d56ece87beb13c093f3d7ee008c94e (patch) | |
tree | 60da6902339f68a6ee3163258a7ec968b81b1677 /Documentation/arch | |
parent | 69bce7f3dc72c88961412ef476cfb90c4327affd (diff) | |
download | linux-f77afc2796d56ece87beb13c093f3d7ee008c94e.tar.xz |
Documentation/x86: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model
so "_FAM6" is no longer used in the #define names.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240611204814.353821-1-tony.luck@intel.com
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/x86/cpuinfo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/x86/cpuinfo.rst b/Documentation/arch/x86/cpuinfo.rst index 8895784d4784..6ef426a52cdc 100644 --- a/Documentation/arch/x86/cpuinfo.rst +++ b/Documentation/arch/x86/cpuinfo.rst @@ -112,7 +112,7 @@ conditions are met, the features are enabled by the set_cpu_cap or setup_force_cpu_cap macros. For example, if bit 5 is set in MSR_IA32_CORE_CAPS, the feature X86_FEATURE_SPLIT_LOCK_DETECT will be enabled and "split_lock_detect" will be displayed. The flag "ring3mwait" will be -displayed only when running on INTEL_FAM6_XEON_PHI_[KNL|KNM] processors. +displayed only when running on INTEL_XEON_PHI_[KNL|KNM] processors. d: Flags can represent purely software features. ------------------------------------------------ |