summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-14 12:22:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-14 12:22:46 +0000
commite4e4d0f4a140fc740cb8e61e206f573a19abd40e (patch)
tree5b40418dad3c82097f5acc01f178b83ce9cfe514 /TOOLS
parent182457df34fd92fd06a22529bef2e9df86a6cea8 (diff)
downloadmpv-e4e4d0f4a140fc740cb8e61e206f573a19abd40e.tar.bz2
mpv-e4e4d0f4a140fc740cb8e61e206f573a19abd40e.tar.xz
K6 MTRR support with a little help from Alex.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11114 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/cpuinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/cpuinfo.c b/TOOLS/cpuinfo.c
index 82b9924215..b984bd6376 100644
--- a/TOOLS/cpuinfo.c
+++ b/TOOLS/cpuinfo.c
@@ -153,6 +153,7 @@ main(int argc, char **argv)
{ 22, "mmxext","MMX Technology (AMD Extensions)" },
{ 30, "3dnowext","3Dnow! Extensions" },
{ 31, "3dnow", "3Dnow!" },
+ { 32, "k6_mtrr", "Memory Type Range Registers" },
{ -1 }
};
int i;