[PATCH 1/2] x86, mce: apply MCE MSR wrappers to AMD platform for testing threshold interrupt handler

2014-10-30 Thread Chen Yucong
Until now, the `mce-inject' mechanism does not support error injection for threshold interrupt event in AMD platform. This patch aims to apply MCE MSR wrappers to AMD-specific threshold interrupt handler for supporting mce-inject. Signed-off-by: Chen Yucong --- arch/x86/include/asm/mce.h

[PATCH 1/2] x86, mce: apply MCE MSR wrappers to AMD platform for testing threshold interrupt handler

2014-10-30 Thread Chen Yucong
Until now, the `mce-inject' mechanism does not support error injection for threshold interrupt event in AMD platform. This patch aims to apply MCE MSR wrappers to AMD-specific threshold interrupt handler for supporting mce-inject. Signed-off-by: Chen Yucong sla...@gmail.com ---