@@ -813,7 +813,7 @@ static const struct _tlb_table intel_tlb_table[] = {
813
813
{ 0x04 , TLB_DATA_4M , 8 , " TLB_DATA 4 MByte pages, 4-way set associative" },
814
814
{ 0x05 , TLB_DATA_4M , 32 , " TLB_DATA 4 MByte pages, 4-way set associative" },
815
815
{ 0x0b , TLB_INST_4M , 4 , " TLB_INST 4 MByte pages, 4-way set associative" },
816
- { 0x4f , TLB_INST_4K , 32 , " TLB_INST 4 KByte pages */ " },
816
+ { 0x4f , TLB_INST_4K , 32 , " TLB_INST 4 KByte pages" },
817
817
{ 0x50 , TLB_INST_ALL , 64 , " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" },
818
818
{ 0x51 , TLB_INST_ALL , 128 , " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" },
819
819
{ 0x52 , TLB_INST_ALL , 256 , " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" },
@@ -841,7 +841,7 @@ static const struct _tlb_table intel_tlb_table[] = {
841
841
{ 0xba , TLB_DATA_4K , 64 , " TLB_DATA 4 KByte pages, 4-way associative" },
842
842
{ 0xc0 , TLB_DATA_4K_4M , 8 , " TLB_DATA 4 KByte and 4 MByte pages, 4-way associative" },
843
843
{ 0xc1 , STLB_4K_2M , 1024 , " STLB 4 KByte and 2 MByte pages, 8-way associative" },
844
- { 0xc2 , TLB_DATA_2M_4M , 16 , " DTLB 2 MByte/4MByte pages, 4-way associative" },
844
+ { 0xc2 , TLB_DATA_2M_4M , 16 , " TLB_DATA 2 MByte/4MByte pages, 4-way associative" },
845
845
{ 0xca , STLB_4K , 512 , " STLB 4 KByte pages, 4-way associative" },
846
846
{ 0x00 , 0 , 0 }
847
847
};
@@ -853,8 +853,8 @@ static void intel_tlb_lookup(const unsigned char desc)
853
853
return ;
854
854
855
855
/* look up this descriptor in the table */
856
- for (k = 0 ; intel_tlb_table [k ].descriptor != desc && \
857
- intel_tlb_table [k ].descriptor != 0 ; k ++ )
856
+ for (k = 0 ; intel_tlb_table [k ].descriptor != desc &&
857
+ intel_tlb_table [k ].descriptor != 0 ; k ++ )
858
858
;
859
859
860
860
if (intel_tlb_table [k ].tlb_type == 0 )
0 commit comments