Skip to content

Commit

Permalink
native: do not fire IRQ in yield
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed May 26, 2016
1 parent eb8330b commit 9930e17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpu/native/native_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@ void isr_thread_yield(void)
{
DEBUG("isr_thread_yield\n");

if (_native_sigpend > 0) {
DEBUG("isr_thread_yield(): handling signals\n\n");
native_irq_handler();
}

sched_run();
ucontext_t *ctx = (ucontext_t *)(sched_active_thread->sp);
DEBUG("isr_thread_yield: switching to(%" PRIkernel_pid ")\n\n", sched_active_pid);
Expand Down

0 comments on commit 9930e17

Please sign in to comment.