]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
amd64_edac: add F10h-and-later methods-p2
authorDoug Thompson <dougthompson@xmission.com>
Mon, 27 Apr 2009 14:20:17 +0000 (16:20 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Wed, 10 Jun 2009 10:18:56 +0000 (12:18 +0200)
commit6163b5d4fb45d20e3eb92d627943f26572726889
tree57fd15dc3f7cf3b61d9c738c15a2436dfe7fa251
parent1afd3c98b5e8df68e1840b56c0ced15f314ce30d
amd64_edac: add F10h-and-later methods-p2

Borislav:

- fix a wrong negation in f10_determine_base_addr_offset()
- fix a wrong mask in f10_determine_base_addr_offset() which should
select DctSelBaseAddr[31:11] and not [31:16] as it was before
- remove StinkyIdentifiers, trivially simplify code.
- fix/cleanup comments
- fix function return value patterns

Reviewed-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
drivers/edac/amd64_edac.c