On Tue, Nov 21, 2000 at 03:30:55PM +0200, Koxaras Aris wrote:
> Hello again,
>
> Is it possible an RT task to generate a fake IRQ which will be
> sent to linux.
pthread_kill(pthread_linux(), RTL_LINUX_MIN_SIGNAL + irq_number);
Linux should first get an irq by calling
irq_number = rtl_get_soft_irq (linux_irq_handler, "name for /proc/interrupts");
>And if it is possible, how can be sent before other pending
> interrupts.
This we don't do. Do you really need it?
> If this is possible by patching RT linux kernel please tell me
> which functions should be patched, and also indicate me some possible
> problems by doing this.
>
> TIA,
> Koxaras Aris
>
>
>
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> ---
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
--
---------------------------------------------------------
Victor Yodaiken
Finite State Machine Labs: The RTLinux Company.
www.fsmlabs.com www.rtlinux.com
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/