• Borislav Petkov's avatar
    amd64_edac: Remove DRAM base/limit subfields caching · 7f19bf75
    Borislav Petkov authored
    Add a struct representing the DRAM base/limit range pairs and remove all
    cached subfields. Replace them with accessor functions, which actually
    saves us some space:
    
       text    data     bss     dec     hex filename
      14712    1577     336   16625    40f1 drivers/edac/amd64_edac_mod.o.after
      14831    1609     336   16776    4188 drivers/edac/amd64_edac_mod.o.before
    
    Also, it simplifies the code a lot allowing to merge the K8 and F10h
    routines.
    
    No functional change.
    Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
    7f19bf75
amd64_edac.h 16.9 KB