sched/irq: Fix an error in a assertion introduced in commit 37c9b3d54a. Noted by Masayuki Ishikawa.

This commit is contained in:
Gregory Nutt
2018-02-05 21:13:42 -06:00
parent b884fb9fed
commit 56bb76caca
+1 -1
View File
@@ -506,7 +506,7 @@ void leave_critical_section(irqstate_t flags)
*/
cpu = this_cpu();
DEBUGASSERT(sched_islocked_global() &&
DEBUGASSERT(spin_islocked(&g_cpu_irqlock) &&
(g_cpu_irqset & (1 << cpu)) != 0);
/* Check if releasing the lock held by this CPU will unlock the