Is there any shell command to show which interrupt handler handle which interrupt number?

Hi, all:

Is there any shell command to show which interrupt handler handle which interrupt number in the system?

li,kunlun

None that I am aware of.

That is possible only in linux whose source code is freely available...otherwise it is not possible to extract this information from the kernel.

The answer is system-specific. You haven't told us what system you use, so it's hard to say.

My platform is ubuntu with linux 3.0.4 kernel on x86.

cat /proc/interrupts should show what interrupt is associated with what drivers/devices.