.. | .. |
---|
417 | 417 | * If hits in kernel mode then it needs to go through the paranoid |
---|
418 | 418 | * entry as the exception can hit any random state. No preemption |
---|
419 | 419 | * check on exit to keep the paranoid path simple. |
---|
| 420 | + * |
---|
| 421 | + * irq_pipeline: since those events are non-maskable in essence, |
---|
| 422 | + * we may assume NMI-type restrictions for their handlers, which |
---|
| 423 | + * means the latter may - and actually have to - run immediately |
---|
| 424 | + * regardless of the current stage. |
---|
420 | 425 | */ |
---|
421 | 426 | .macro idtentry_mce_db vector asmsym cfunc |
---|
422 | 427 | SYM_CODE_START(\asmsym) |
---|