Commit edf8dd36 authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Andi Kleen

[PATCH] x86-64: Kconfig typos

Some typos in Kconfig.
Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 8c40ad02
...@@ -152,18 +152,18 @@ config MPSC ...@@ -152,18 +152,18 @@ config MPSC
Optimize for Intel Pentium 4 and older Nocona/Dempsey Xeon CPUs Optimize for Intel Pentium 4 and older Nocona/Dempsey Xeon CPUs
with Intel Extended Memory 64 Technology(EM64T). For details see with Intel Extended Memory 64 Technology(EM64T). For details see
<http://www.intel.com/technology/64bitextensions/>. <http://www.intel.com/technology/64bitextensions/>.
Note the the latest Xeons (Xeon 51xx and 53xx) are not based on the Note that the latest Xeons (Xeon 51xx and 53xx) are not based on the
Netburst core and shouldn't use this option. You can distingush them Netburst core and shouldn't use this option. You can distinguish them
using the cpu family field using the cpu family field
in /proc/cpuinfo. Family 15 is a older Xeon, Family 6 a newer one in /proc/cpuinfo. Family 15 is an older Xeon, Family 6 a newer one
(this rule only applies to system that support EM64T) (this rule only applies to systems that support EM64T)
config MCORE2 config MCORE2
bool "Intel Core2 / newer Xeon" bool "Intel Core2 / newer Xeon"
help help
Optimize for Intel Core2 and newer Xeons (51xx) Optimize for Intel Core2 and newer Xeons (51xx)
You can distingush the newer Xeons from the older ones using You can distinguish the newer Xeons from the older ones using
the cpu family field in /proc/cpuinfo. 15 is a older Xeon the cpu family field in /proc/cpuinfo. 15 is an older Xeon
(use CONFIG_MPSC then), 6 is a newer one. This rule only (use CONFIG_MPSC then), 6 is a newer one. This rule only
applies to CPUs that support EM64T. applies to CPUs that support EM64T.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment