projects
/
users
/
dwmw2
/
linux.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69bce7f
)
Documentation/x86: Switch to new Intel CPU model defines
author
Tony Luck <tony.luck@intel.com>
Tue, 11 Jun 2024 20:48:14 +0000
(13:48 -0700)
committer
Jonathan Corbet <corbet@lwn.net>
Mon, 17 Jun 2024 22:28:08 +0000
(16:28 -0600)
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
Documentation/arch/x86/cpuinfo.rst
patch
|
blob
|
history
diff --git
a/Documentation/arch/x86/cpuinfo.rst
b/Documentation/arch/x86/cpuinfo.rst
index 8895784d478418744006c163d192d7b0b5b5bdb2..6ef426a52cdc97acbb600652d0037bf64bf4f086 100644
(file)
--- 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.
------------------------------------------------