mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
Emulate NMIs on systems where they are not available by using timer interrupts on other cpus. Each cpu will use its softlockup hrtimer to update a per-cpu timestamp and then check the timestamp on the next cpu. The emulation uses the softlockup threshold instead of the hardlockup threshold because the implementation runs at the same resolution as the softlockup detector. This patch is useful on systems where the hardlockup detector is not available due to a lack of NMIs, for example most ARM SoCs. Without this patch any cpu stuck with interrupts disabled can cause a hardware watchdog reset with no debugging information, but with this patch the kernel can detect the lockup and panic, which can result in useful debugging info. Change-Id: I3e6de6da27183b2a0a73a390e394f95a945856d9 Signed-off-by: Colin Cross <ccross@android.com> |
||
|---|---|---|
| .. | ||
| acpi | ||
| asm-generic | ||
| crypto | ||
| drm | ||
| keys | ||
| linux | ||
| math-emu | ||
| media | ||
| misc | ||
| mtd | ||
| net | ||
| pcmcia | ||
| rdma | ||
| rxrpc | ||
| scsi | ||
| sound | ||
| target | ||
| trace | ||
| video | ||
| xen | ||
| Kbuild | ||