mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
f99f590751
Summary: - This commit removes critical section in mm_sem.c which was added to stabilize the NuttX SMP kernel in Mar 2018. Impact: - SMP only Testing: - Tested with ostest with the following configs - maix-bit:smp (QEMU), esp32-devkitc:smp (QEMU) - sabre-6quad:smp (QEMU), spresense:smp, sim:smp - Tested with nxplayer with the following configs - spresense:wifi_smp, spresense:rndis_smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>