2004-03-17 09:21:17

by Srinivas G.

[permalink] [raw]
Subject: Interrupt Handling on SMP



Hi All,
I have a device driver which runs on Uni-processor without any problem.
When I run the same on SMP machine Interrupt handler is not invoked
i.e. interrupt is not hooked. All other things are fine.

What could be the problem and what should I do to make it work.....
Thanks in advance
---chandra