EoE works with RTAI.

This commit is contained in:
Florian Pose 2006-05-10 11:51:36 +00:00
parent c5a63ad548
commit 4a40458ec9
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ void run(long data)
int request_lock(void *data)
{
rt_sem_wait(&master_sem);
return 0;
return 0; // access allowed
}
/*****************************************************************************/
@ -189,7 +189,7 @@ int __init init_mod(void)
ecrt_master_prepare_async_io(master);
#endif
#if 0
#if 1
if (ecrt_master_start_eoe(master)) {
printk(KERN_ERR "Failed to start EoE processing!\n");
goto out_deactivate;