<div dir="ltr">Meant to use reply-to-all:<br><br>On Wed, Jul 1, 2015 at 10:00 AM, Sudharsan Vijayaraghavan &lt;<a href="mailto:sudvijayr@gmail.com">sudvijayr@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; HI All,<br>&gt;<br>&gt; Please validate my understanding regarding the following,<br>&gt;<br>&gt; While CONFIG_PREEMPT_NONE is set 1 and a process is already in kernel<br>&gt; mode, interrupts to that core will not honored until it exits from<br>&gt; kernel mode,<br><br>My understanding is that CONFIG_PREEMPT_NONE has nothing to do with interrupts. Those will still happen.<br><br>But
 if a thread is running, then it won&#39;t be preempted by another thread 
until it decides to block (as opposed to being preempted at the end of 
its time slice or by an interrupt making another thread ready-to-run).<br><br>--<br>Dave Hylands<br>Shuswap, BC, Canada<br><a href="http://www.davehylands.com">http://www.davehylands.com</a></div>