[PATCH v2 0/3] Introduce ie31200_edac driver

2014-06-26 Thread Jason Baron
Hi, Add support for memory errors for the Intel E3-1200 DRAM controllers. While testing the driver, I found that doing a readq() on the memory mapped memory controller hub registers caused a hard lockup on my x86_64 system. It turns out that a read across a DW boundary is a no no here. "

[PATCH v2 0/3] Introduce ie31200_edac driver

2014-06-26 Thread Jason Baron
Hi, Add support for memory errors for the Intel E3-1200 DRAM controllers. While testing the driver, I found that doing a readq() on the memory mapped memory controller hub registers caused a hard lockup on my x86_64 system. It turns out that a read across a DW boundary is a no no here.