aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/amd64_edac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index 7e6705449dc9..86742aaa5e55 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -1336,9 +1336,6 @@ static void f10_read_dram_base_limit(struct amd64_pvt *pvt, int dram)
1336 /* Read from the ECS data register for the HIGH portion */ 1336 /* Read from the ECS data register for the HIGH portion */
1337 amd64_read_pci_cfg(pvt->addr_f1_ctl, high_offset, &high_limit); 1337 amd64_read_pci_cfg(pvt->addr_f1_ctl, high_offset, &high_limit);
1338 1338
1339 debugf0(" HW Regs: BASE=0x%08x-%08x LIMIT= 0x%08x-%08x\n",
1340 high_base, low_base, high_limit, low_limit);
1341
1342 pvt->dram_DstNode[dram] = (low_limit & 0x7); 1339 pvt->dram_DstNode[dram] = (low_limit & 0x7);
1343 pvt->dram_IntlvSel[dram] = (low_limit >> 8) & 0x7; 1340 pvt->dram_IntlvSel[dram] = (low_limit >> 8) & 0x7;
1344 1341