Hi, 
Let's say I have two kind of interrupt: IntA e IntB
After the former, I should do something, let's say "funcA()".
and after the second I should do (guess what?) funcB().

My constraints are that funcB have to be called after the relative funcA, 
and *not* viceversa, and funcA have to be called during IntA handlers just 
for speeding up things.

Given that I can't say nothing about order of interrupts, how can I handle 
the fact that funcB have to be called after funcA ? 
( I mean: I know that IntA will be raised before IntB, but that's doesn't 
mean that the respective handlers will be called in this order... or not?)

Hope that was clear enough... 

Thanks,bye!
-- 
-gaspa-
-----------------------------------------------
-------- https://launchpad.net/~gaspa ---------
----- HomePage: http://gaspa.yattaweb.it ------
-Il lunedi'dell'arrampicatore: www.lunedi.org -

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to