comparison TOOLS/cpuinfo.c @ 11113:d1a941c25b4d

K6 MTRR support with a little help from Alex.
author diego
date Tue, 14 Oct 2003 12:22:46 +0000
parents f5c4c9bb9451
children a85bfb689e62
comparison
equal deleted inserted replaced
11112:1d2c30ef6c11 11113:d1a941c25b4d
151 char *description; 151 char *description;
152 } cap_amd[] = { 152 } cap_amd[] = {
153 { 22, "mmxext","MMX Technology (AMD Extensions)" }, 153 { 22, "mmxext","MMX Technology (AMD Extensions)" },
154 { 30, "3dnowext","3Dnow! Extensions" }, 154 { 30, "3dnowext","3Dnow! Extensions" },
155 { 31, "3dnow", "3Dnow!" }, 155 { 31, "3dnow", "3Dnow!" },
156 { 32, "k6_mtrr", "Memory Type Range Registers" },
156 { -1 } 157 { -1 }
157 }; 158 };
158 int i; 159 int i;
159 160
160 regs = cpuid(1); 161 regs = cpuid(1);