diff options
author | Huang Ying <ying.huang@intel.com> | 2011-12-08 11:25:45 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 03:54:33 -0500 |
commit | 46d12f0bcb17b2de89a059114349d472b7eb1783 (patch) | |
tree | a87b3aff8d51c483c2c48e51106fa9a2f9b50a68 /arch/m68k | |
parent | 5ba82ab534a325d310fe02af1c149f1072792c7b (diff) | |
download | talos-op-linux-46d12f0bcb17b2de89a059114349d472b7eb1783.tar.gz talos-op-linux-46d12f0bcb17b2de89a059114349d472b7eb1783.zip |
ACPI, APEI, Printk queued error record before panic
Because printk is not safe inside NMI handler, the recoverable error
records received in NMI handler will be queued to be printked in a
delayed IRQ context via irq_work. If a fatal error occurs after the
recoverable error and before the irq_work processed, we lost a error
report.
To solve the issue, the queued error records are printked in NMI
handler if system will go panic.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/m68k')
0 files changed, 0 insertions, 0 deletions