commit | c8e518d5673d6b694ab843ee586438cdff0b3809 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Fri Dec 10 19:49:19 2010 +0100 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Thu Mar 17 14:46:13 2011 +0100 |
tree | 1d21328c162aa25bf7083ccbfbae085159b2f337 | |
parent | 229a7a11ac1afa84db2eac91b3fc38a0f5464696 [diff] |
amd64_edac: Sanitize f10_get_base_addr_offset This function maps the system address to the normalized DCT address. Document what the code does for more clarity and wrap insane bitmasks in a more understandable macro which generates them. Also, reduce number of arguments passed to the function. Finally, rename this function to what it actually does. No functional change. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>