From: Borislav Petkov Date: Fri, 10 Dec 2010 18:49:19 +0000 (+0100) Subject: amd64_edac: Sanitize f10_get_base_addr_offset X-Git-Tag: v2.6.39-rc1~445^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e518d5673d6b694ab843ee586438cdff0b3809;p=pandora-kernel.git 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 --- Reading git-diff-tree failed