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:
Konstantin Belousov 2015-11-24 19:55:11 +00:00
parent e2929f5f91
commit 2a8a46b161
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291266

View File

@ -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");