diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2010-10-01 12:19:06 -0400 |
---|---|---|
committer | Borislav Petkov <borislav.petkov@amd.com> | 2011-01-07 05:33:47 -0500 |
commit | 3ab0e7dc2e1d5598da609ec9a9bcd3b69b8fa654 (patch) | |
tree | 4b4e6d7ef06b1136d8ea31c672e972f38576a06d /drivers/edac/amd64_edac.h | |
parent | 42cbd8efb0746b55112de45173219f76c54390da (diff) |
amd64_edac: Remove F11h support
F11h doesn't support DRAM ECC so whack it away.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'drivers/edac/amd64_edac.h')
-rw-r--r-- | drivers/edac/amd64_edac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h index 044aee4f944d..c8f27345ec76 100644 --- a/drivers/edac/amd64_edac.h +++ b/drivers/edac/amd64_edac.h | |||
@@ -373,7 +373,6 @@ static inline int get_node_id(struct pci_dev *pdev) | |||
373 | enum amd64_chipset_families { | 373 | enum amd64_chipset_families { |
374 | K8_CPUS = 0, | 374 | K8_CPUS = 0, |
375 | F10_CPUS, | 375 | F10_CPUS, |
376 | F11_CPUS, | ||
377 | }; | 376 | }; |
378 | 377 | ||
379 | /* Error injection control structure */ | 378 | /* Error injection control structure */ |
@@ -556,7 +555,6 @@ static inline int amd64_read_pci_cfg_dword(struct pci_dev *pdev, int offset, | |||
556 | */ | 555 | */ |
557 | #define K8_MIN_SCRUB_RATE_BITS 0x0 | 556 | #define K8_MIN_SCRUB_RATE_BITS 0x0 |
558 | #define F10_MIN_SCRUB_RATE_BITS 0x5 | 557 | #define F10_MIN_SCRUB_RATE_BITS 0x5 |
559 | #define F11_MIN_SCRUB_RATE_BITS 0x6 | ||
560 | 558 | ||
561 | int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, | 559 | int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, |
562 | u64 *hole_offset, u64 *hole_size); | 560 | u64 *hole_offset, u64 *hole_size); |