mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
Update some comments
This commit is contained in:
parent
b8754afb14
commit
d4037a30aa
2 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue