Update some comments
This commit is contained in:
parent
b8754afb14
commit
d4037a30aa
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user