//irq 29: nobody cared (try booting with the "irqpoll" option)
//aer_irq threaded aer_isr
DIsabling IRQ #105
https://blog.csdn.net/Guet_Kite/article/details/106689126
note_interrupt()
{
if (unlikely(desc->irqs_unhandled > 99900)) {
/*
* The interrupt is stuck
*/
__report_bad_irq(desc, action_ret);//在这里调用
/*
* Now kill the IRQ
*/
printk(KERN_EMERG "Disabling IRQ #%d\n", irq);
}
//https://juejin.cn/post/7216990794942005305
标签:2023.5,22,irq,https,IRQ,desc From: https://www.cnblogs.com/tiange-137/p/17420422.html