nuttx/arch/arm
Masayuki Ishikawa 1b00e5d518 spinlock: Remove SP_SECTION
Summary:
- SP_SECTION was introduced to allocate spinlock in non-cachable
  region mainly for Cortex-A to stabilize the NuttX SMP kernel
- However, all spinlocks are now allocated in cachable area and
  works without any problems
- So SP_SECTION should be removed to simplify the kernel code

Impact:
- None

Testing:
- Build test only

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-04-20 22:41:44 -05:00
..
include MIMXRT1064-EVK support 2021-04-14 14:57:26 -07:00
src spinlock: Remove SP_SECTION 2021-04-20 22:41:44 -05:00
Kconfig stm32l5: Architecture Support for STM32L5 2021-03-16 12:04:00 -07:00