On Mon, 02 Apr 2018 13:00:32 +0530, Madhu K said: > what is the difference between atomic context and interrupt context. > are they both same?
Interrupt context means we're dealing with an interrupt. Atomic context means we're doing something that *itself* should not be interrupted. _______________________________________________ Kernelnewbies mailing list [email protected] https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
