git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12365 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-04-30 22:33:37 +00:00
parent feaead4393
commit 9bd3b810c6
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr
</para>
<para>
Not all CPUs support MTRRs. For example older K6-2's (around 266MHz,
stepping 0) doesn't support MTRR, but stepping 12's do
(<command>cat /proc/cpuinfo</command> to check it).
Not all CPUs have MTRRs. For example older K6-2 (around 266MHz,
stepping 0) CPUs don't have MTRRs, but stepping 12 does
(execute <command>cat /proc/cpuinfo</command> to check it).
</para>
</sect3>