Hello,

I am trying to register an handler for the timer
interrupt with the following call in my init_module()
(kernel space) for xenomai domain.

err = 
rt_intr_create(&intr_desc,"ir-xenomai",TIMER_INTERRUPT,
&ir_handler,NULL, I_SHARED);
 
When I try inseting my module, I get EBUSY error.

Is there any problem with the interrupt object
creation mode (I_SHARED)?
Why is this error when interrupts can be shared
between 
Xenomai and Linux?


Poornima










 


       
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 

_______________________________________________
Adeos-main mailing list
[email protected]
https://mail.gna.org/listinfo/adeos-main

Reply via email to