Correct the number of DTLB entries reported for the CPUID Leaf 2
descriptor 0x6c. Confirmed by: Intel MFC after: 3 days
This commit is contained in:
@@ -1890,7 +1890,7 @@ print_INTEL_TLB(u_int data)
|
||||
printf("DTLB: 4KByte pages, 8-way set associative, 256 entries\n");
|
||||
break;
|
||||
case 0x6c:
|
||||
printf("DTLB: 2M/4M pages, 8-way set associative, 126 entries\n");
|
||||
printf("DTLB: 2M/4M pages, 8-way set associative, 128 entries\n");
|
||||
break;
|
||||
case 0x6d:
|
||||
printf("DTLB: 1 GByte pages, fully associative, 16 entries\n");
|
||||
|
||||
Reference in New Issue
Block a user