X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fsignal.c;h=948d68f1d814c687e8edb805b047da4596975242;hb=84c1846c483f7ddad5804c555c7e0d207f8d1ddc;hp=d4fe178ed75567c21348dc72b1665eb477a608a3;hpb=0e8fc7e3fe0e2cb2e75d0b3b9da1899f74074d0c;p=bertos.git diff --git a/bertos/kern/signal.c b/bertos/kern/signal.c index d4fe178e..948d68f1 100644 --- a/bertos/kern/signal.c +++ b/bertos/kern/signal.c @@ -136,11 +136,13 @@ sigmask_t sig_wait(sigmask_t sigs) { sigmask_t result; cpuflags_t flags; - extern int preempt_forbid_cnt; /* Sleeping with IRQs disabled or preemption forbidden is illegal */ IRQ_ASSERT_ENABLED(); + + #if CONFIG_KERN_PREEMPT ASSERT(preempt_forbid_cnt == 0); + #endif /* * This is subtle: there's a race condition where a concurrent