From cd4cdfbb1bf0c061a7e73dd087dfc55e61324395 Mon Sep 17 00:00:00 2001 From: CyrIng Date: Mon, 30 May 2022 18:02:19 +0000 Subject: [PATCH] [Intel/Haswell-EP] IMC Ctrl (code cleanup required) --- corefreqk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corefreqk.c b/corefreqk.c index 74324826..01150784 100644 --- a/corefreqk.c +++ b/corefreqk.c @@ -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; }