Re: [Rtlinuxgpl] Interrupt Prioritization
Der Herr Hofrat <[email protected]> Sat, 31 Dec 2005 10:15:51 +0100 (CET)
| Newsgroups | gmane.linux.real-time.rtlinux.general |
|---|---|
| Message-ID | <[email protected]> |
> > I forget: Is this actually implemented in RTLinux/Free or RTLinux GPL > Free? > no - the interrupt interception does not prioritize interrupts - I played with it as it is fairly simple to implement but it really has close to 0 advantage as the you simply can run the hig priority ISR with disabled interrupts, as it will preempt any other running ISR this de-facto has the same effect as if you would prioritize interrupts. The overhead of introducing interrupt priorities does not pay off if you keep your ISRs short and shedule a "bottom-half" as a regular RT-thread. In what situation would you need it ? hofrat _______________________________________________ Rtl mailing list [email protected] http://hq.fsmlabs.com/mailman/listinfo/rtl http:/www.rtlinux-gpl.org/