mirror of
https://github.com/torvalds/linux.git
synced 2026-08-13 10:57:49 +02:00
unrecoverable_exception() is called from interrupt handlers or
after an interrupt handler has failed.
Make it a standard function to avoid doubling the actions
performed on interrupt entry (e.g.: user time accounting).
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||