Update some comments

This commit is contained in:
Gregory Nutt 2016-11-23 13:20:18 -06:00
parent b8754afb14
commit d4037a30aa
2 changed files with 1 additions and 4 deletions

View File

@ -482,9 +482,6 @@ The i.MX6 6Quad has 4 CPUs. Support is included for testing an SMP
configuration. That configuration is still not yet ready for usage but can
be enabled with the following configuration settings:
Build Setup:
CONFIG_EXPERIMENTAL=y
RTOS Features -> Tasks and Scheduling
CONFIG_SPINLOCK=y
CONFIG_SMP=y

View File

@ -260,7 +260,7 @@ bool sched_removereadytorun(FAR struct tcb_s *rtcb)
}
else
{
/* No.. we may need to perform release our hold on the irq state. */
/* No.. we may need to release our hold on the irq state. */
spin_clrbit(&g_cpu_irqset, cpu, &g_cpu_irqsetlock,
&g_cpu_irqlock);