Ciao Gilles! Ciao Alexis!

Just a quick followup:

If I assign an ISR like this

inter_domain_irq = ipipe_alloc_virq();
ipipe_virtualize_irq(ipipe_current_domain, inter_domain_irq,
        (ipipe_irq_handler_t)&wake_up_handler,NULL,NULL,IPIPE_DYNAMIC_MASK);

and I have a SYSCALL in the ISR

void wake_up_handler(unsigned irq) {
        wake_up_interruptible(&skeleton_wait);
}

will that affect other HRT interrupt handlers that *must* remain
in HRT ?

Thanks a lot,
Hannes.

Reply via email to