调试驱动,出现这个错: nobody cared (try booting with the "irqpoll" option) 原因是在中断函数中,应该return IRQ_HANDLED;,而不是return 0; 2014.7.14