Merged in masayuki2009/nuttx.nuttx/smp_fixes (pull request #589)
SMP: Introduce a new global IRQ clearing logic and tasklist protection.
Approved-by:
Gregory Nutt <gnutt@nuttx.org>
No related branches found
No related tags found
Showing
- include/nuttx/sched.h 1 addition, 1 deletioninclude/nuttx/sched.h
- sched/sched/Make.defs 6 additions, 0 deletionssched/sched/Make.defs
- sched/sched/sched.h 8 additions, 0 deletionssched/sched/sched.h
- sched/sched/sched_addblocked.c 12 additions, 0 deletionssched/sched/sched_addblocked.c
- sched/sched/sched_addreadytorun.c 10 additions, 4 deletionssched/sched/sched_addreadytorun.c
- sched/sched/sched_mergepending.c 12 additions, 3 deletionssched/sched/sched_mergepending.c
- sched/sched/sched_mergeprioritized.c 17 additions, 2 deletionssched/sched/sched_mergeprioritized.c
- sched/sched/sched_removereadytorun.c 12 additions, 4 deletionssched/sched/sched_removereadytorun.c
- sched/sched/sched_resumescheduler.c 40 additions, 2 deletionssched/sched/sched_resumescheduler.c
- sched/sched/sched_tasklistlock.c 133 additions, 0 deletionssched/sched/sched_tasklistlock.c
- sched/task/task_exit.c 8 additions, 0 deletionssched/task/task_exit.c
Loading
Please register or sign in to comment