Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174467
b: refs/heads/master
c: ad858bf
h: refs/heads/master
i:
  174465: 84e0987
  174463: 9aae02c
v: v3
  • Loading branch information
Borislav Petkov committed Dec 7, 2009
1 parent 1731c94 commit f6ab090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1433eb9903408d1801d19a9c49893120874abc12
refs/heads/master: ad858bfa14277a22a343bb89e99c9af0a97fc456
3 changes: 0 additions & 3 deletions trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,9 +1336,6 @@ static void f10_read_dram_base_limit(struct amd64_pvt *pvt, int dram)
/* Read from the ECS data register for the HIGH portion */
amd64_read_pci_cfg(pvt->addr_f1_ctl, high_offset, &high_limit);

debugf0(" HW Regs: BASE=0x%08x-%08x LIMIT= 0x%08x-%08x\n",
high_base, low_base, high_limit, low_limit);

pvt->dram_DstNode[dram] = (low_limit & 0x7);
pvt->dram_IntlvSel[dram] = (low_limit >> 8) & 0x7;

Expand Down

0 comments on commit f6ab090

Please sign in to comment.