Re: Interrupts

From: Zwane Mwaikambo
Date: Mon Mar 15 2004 - 00:54:04 EST


On Sun, 14 Mar 2004, Nishant Nagalia wrote:

> Hello,
>
> I am trying to modify linux scheduler for my project.
>
> I want to schedule interrupts whenever I want,means I want to queue
> an interrupt when it comes and execute it when my scheduler will want it
> to. I should be able to queue it before it executes any function/ISR
> inside kernel and then schedule it when required.
>
> I am not able to find proper documentation of how exactly I can do this. I
> would really appreciate if anyone can help me in this regards.

There isn't any documentation stating how to do that because Linux doesn't
use that interrupt handling model. Perhaps you should be looking at the
FreeBSD 5 interrupt thread code instead.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/