diff options
author | Hui Wang <jason77.wang@gmail.com> | 2012-02-06 04:11:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-21 15:20:02 -0300 |
commit | ad9c40b7dd749d6429c8b21178c125004c6dc75d (patch) | |
tree | 94c82f64c71618402462cd620fb8db47fd0afd0a /drivers/edac/amd64_edac_inj.c | |
parent | 22a5c27bec0161c70cc2d8d1730f9b14b604757d (diff) | |
download | op-kernel-dev-ad9c40b7dd749d6429c8b21178c125004c6dc75d.zip op-kernel-dev-ad9c40b7dd749d6429c8b21178c125004c6dc75d.tar.gz |
edac: sb_edac: Fix a INTERLEAVE_MODE() misuse
We can identify dram interleave mode from the Dram Rule register
rather than Dram Interleave list register.
In this context, the reg of INTERLEAVE_MODE(reg) contains the Dram
Interleave list register, we can't get interleave mode from the reg,
while the variable interleave_mode saves the the mode got from the
Dram Rule register, so we use the variable to replace
INTERLEAVE_MDDE(reg) here.
Signed-off-by: Hui Wang <jason77.wang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac/amd64_edac_inj.c')
0 files changed, 0 insertions, 0 deletions