Skip to content

Commit

Permalink
[Intel/Haswell-EP] IMC Ctrl (code cleanup required)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed May 30, 2022
1 parent aef8ee7 commit cd4cdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corefreqk.c
Original file line number Diff line number Diff line change
Expand Up @@ -5322,12 +5322,12 @@ kernel_ulong_t HSW_EP_CTRL(struct pci_dev *dev, unsigned short mc)

pci_read_config_dword(dev, 0x80,
&PUBLIC(RO(Proc))->Uncore.MC[mc].HSW_EP.TAD.value);

/*TODO(CleanUp)
PUBLIC(RO(Proc))->Uncore.MC[mc].ChannelCount = \
PUBLIC(RO(Proc))->Uncore.MC[mc].HSW_EP.TAD.CH_WAY;

PUBLIC(RO(Proc))->Uncore.MC[mc].ChannelCount++;

*/
return 0;
}

Expand Down

0 comments on commit cd4cdfb

Please sign in to comment.