Skip to content

Commit cd4cdfb

Browse files
committed
[Intel/Haswell-EP] IMC Ctrl (code cleanup required)
1 parent aef8ee7 commit cd4cdfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: corefreqk.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5322,12 +5322,12 @@ kernel_ulong_t HSW_EP_CTRL(struct pci_dev *dev, unsigned short mc)
53225322

53235323
pci_read_config_dword(dev, 0x80,
53245324
&PUBLIC(RO(Proc))->Uncore.MC[mc].HSW_EP.TAD.value);
5325-
5325+
/*TODO(CleanUp)
53265326
PUBLIC(RO(Proc))->Uncore.MC[mc].ChannelCount = \
53275327
PUBLIC(RO(Proc))->Uncore.MC[mc].HSW_EP.TAD.CH_WAY;
53285328

53295329
PUBLIC(RO(Proc))->Uncore.MC[mc].ChannelCount++;
5330-
5330+
*/
53315331
return 0;
53325332
}
53335333

0 commit comments

Comments
 (0)