The idea of Chained IRQ Handlers
Posted: Fri Mar 23, 2007 3:19 am
I recently coded some procedures in my kernel that allow individual procedures to register themselves as Extra IRQ Handlers. So for example IRQ 3 can be handled by more than 1 procedure which is the actual IRQ3 handler. I was wondering if this might bring the system down later or whether it is a good or a bad idea. I needed it so I designed it. I don't know if there are other ways around this problem so I'd appreciate it if you could share your thoughts on this matter.