Files
nuttx/include
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
..
2021-04-20 22:41:44 -05:00
2021-03-17 06:46:42 -07:00
2021-04-01 01:24:12 -05:00
2021-04-01 14:54:33 -03:00
2021-02-25 11:30:38 -08:00
2021-03-02 03:44:06 -08:00
2021-03-26 18:04:59 +01:00
2021-03-02 03:44:06 -08:00
2021-04-11 01:50:34 -05:00