2011/5/1 Gilles Chanteperdrix <[email protected]>

>
> There is a bug in ipipe_tsc_update for decrementers. The all-in-one patch I
> would like you to try is:
>
>
This hangs ("infinite IRQs 30,37" symptom). It works fine after re-applying
this:
- set_irq_handler(irqno, handle_edge_irq);
+ set_irq_handler(irqno, handle_level_irq);

Seems that handle_edge_irq is broken while handle_level_irq works just fine.

Now the board seems to work. At least, there are no obvious hangups. Thanks!

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

Reply via email to