Hello,

We started to port Adeos for the IRQs part.

Simple question: Why the function raw_irqs_disabled_flags(flags) is the same with or without ipipe ? (as we saw in some arch).

(in the case with ipipe)
Why not use __ipipe_test_root() -in the same way as the function __raw_local_save_flags()- to write the new function raw_irqs_disabled_flags(flags)?

Regards

Adrien Chiron & Vincent Vanbesien