<div dir="ltr">Meant to use reply-to-all:<br><br>On Wed, Jul 1, 2015 at 10:00 AM, Sudharsan Vijayaraghavan <<a href="mailto:sudvijayr@gmail.com">sudvijayr@gmail.com</a>> wrote:<br>><br>> HI All,<br>><br>> Please validate my understanding regarding the following,<br>><br>> While CONFIG_PREEMPT_NONE is set 1 and a process is already in kernel<br>> mode, interrupts to that core will not honored until it exits from<br>> 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'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>