commit | f087343b6954f51840adc8e039590ac43e3e549e | [log] [tgz] |
---|---|---|
author | Chen Gong <gong.chen@linux.intel.com> | Sat Sep 17 17:15:16 2011 +0800 |
committer | Andi Kleen <ak@linux.intel.com> | Thu Jan 12 11:18:49 2012 -0800 |
tree | 6b362bf6e839388a6d34310727048c5b91668592 | |
parent | 8a2d3834036840c0c1ba0bfaf237fa6caeb8b2b4 [diff] |
add new IRQBROADCAST for mce flags A new mce flag IRQBROADCAST can help to simulate an IRQ broadcast, which means when injecting one error, other cpu (CPU no error injected) can working in IRQ context besides NMI context. To distinguish the broadcast type, another parameter named NMIBROADCAST is added, too. Signed-off-by: Chen Gong <gong.chen@linux.intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>