edac: x38 fix mchbar high register addr
Intel X38 MCHBAR is a 64bits register, base from 0x48, so its higher base is 0x4C. Signed-off-by: Lu Zhihe <tombowfly@gmail.com> Signed-off-by: Doug Thompson <dougthompson@xmission.com> Cc: <stable@kernel.org> [2.6.30.x] Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
11c7da4b0c
Коммит
3d768213a6
|
@ -30,7 +30,7 @@
|
|||
/* Intel X38 register addresses - device 0 function 0 - DRAM Controller */
|
||||
|
||||
#define X38_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
|
||||
#define X38_MCHBAR_HIGH 0x4b
|
||||
#define X38_MCHBAR_HIGH 0x4c
|
||||
#define X38_MCHBAR_MASK 0xfffffc000ULL /* bits 35:14 */
|
||||
#define X38_MMR_WINDOW_SIZE 16384
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче