April 2, 2018
12:28 p.m.
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.