nuttx-mirror/sched
Masayuki Ishikawa 1ff4e7d179 armv7-a: Fix comments on Cortex-A SGI
Summary:
- I noticed that Cortex-A SGI can be masked
- We thought the SGI is not maskable
- Although I can not remember how I tested it before
- It actually works as expected now
- Also, fixed the number of remaining bugs in TODO

Impact:
- No impact

Testing:
- Tested with sabre-6quad:smp (QEMU and dev board)
- Add the following code in up_idle() before calling asm("WFI");
+  if (0 != up_cpu_index())
+    {
+      up_irq_save();
+    }
- Run the hello app, you can see "Hello, World!!"
- But nsh will freeze soon because arm_pause_handler is not called.

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-11-21 08:01:53 -08:00
..
clock Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
environ global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
group libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
init init: Move file system initialization before clock/irq 2020-09-17 15:51:03 +09:00
irq armv7-a: Fix comments on Cortex-A SGI 2020-11-21 08:01:53 -08:00
module modsym: Fix a printf format for berr 2020-04-13 16:20:09 +01:00
mqueue sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
paging Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
pthread sched: pthread: Fix pthread_join() for SMP 2020-11-13 15:38:40 +09:00
sched sched: Fix nx_waitid(), nx_waitpid(), nxtask_exithook() for SMP 2020-11-15 12:07:31 -08:00
semaphore sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
signal signal: add SIGQUIT & SIGTERM support 2020-09-11 10:41:24 +08:00
task sched: Fix nx_waitid(), nx_waitpid(), nxtask_exithook() for SMP 2020-11-15 12:07:31 -08:00
timer Fix nxstyle warning 2020-08-22 17:37:21 -06:00
wdog sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
wqueue sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
Kconfig sched: Refine the comment for SCHED_INSTRUMENTATION_EXTERNAL 2020-09-14 13:43:42 -07:00
Makefile Makefile: Fix Make.dep not updated by config changes 2020-07-28 03:59:45 -05:00