nuttx/arch/arm/src
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
..
a1x arch: arm: a1x: fix nxstyle errors 2021-03-25 01:34:38 -07:00
am335x arch: Nxstyle fixes 2021-04-01 12:13:12 -05:00
arm arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
armv6-m arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
armv7-a spinlock: Remove SP_SECTION 2021-04-20 22:41:44 -05:00
armv7-m arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
armv7-r arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
armv8-m arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
c5471 arch: Rename g_intstackbase to g_intstacktop 2021-04-16 12:41:41 +09:00
common arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
cxd56xx arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
dm320 arch/arm: Add PSR_ prefix to the mode state like armv7-a 2021-04-07 16:18:27 +09:00
efm32 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
eoss3 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
imx1 arch/arm: Add PSR_ prefix to the mode state like armv7-a 2021-04-07 16:18:27 +09:00
imx6 arch: Rename g_intstackbase to g_intstacktop 2021-04-16 12:41:41 +09:00
imxrt MIMXRT1064-EVK support 2021-04-14 14:57:26 -07:00
kinetis arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
kl arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
lc823450 arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
lpc17xx_40xx arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
lpc31xx arch/arm: Add PSR_ prefix to the mode state like armv7-a 2021-04-07 16:18:27 +09:00
lpc43xx arch: lpc43xx: spifilib_fam_standard_cmd.c: fix nxstyle errors 2021-04-08 22:49:09 -05:00
lpc54xx Fixes race condition in event wait logic of SDMMC driver. 2021-04-05 23:08:45 -05:00
lpc214x arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
lpc2378 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
max326xx arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
moxart arch: arm: nxstyle fixes 2021-04-08 22:48:46 -05:00
nrf52 NuttX: Janne Rosberg: update licenses to Apache 2021-04-10 06:42:19 -05:00
nuc1xx arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
rp2040 arm/rp2040: Add RP2040 I2S driver 2021-04-19 09:39:51 +09:00
s32k1xx arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
sam34 arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
sama5 Remove unused 'running' field from freerun lower half drivers. 2021-04-07 20:35:50 -03:00
samd2l2 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
samd5e5 NuttX: Falker Atomacao Agrícola Ltda: update licenses to Apache 2021-04-13 05:28:28 -05:00
samv7 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
stm32 stm32:Serial DMA config USART{4578} -> UART{4578} 2021-04-15 21:26:32 -05:00
stm32f0l0g0 stm32h7,stm32g0: fix typos in DMAMUX 2021-04-13 09:20:18 -05:00
stm32f7 Separate CLOCK_TIMEKEEPING and SCHED_TICKLESS. 2021-04-13 11:42:31 -05:00
stm32h7 stm32h7: Allow selection of SDMMC clock source. 2021-04-19 08:57:49 -07:00
stm32l4 drivers/1wire: Moves header and adjusts include paths 2021-04-14 02:49:28 -05:00
stm32l5 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
str71x arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
tiva arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
tms570 arch: tms570: fix Mixed Case Identifier 2021-04-08 22:48:46 -05:00
xmc4 arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
.gitignore arch/arm: Add support for boot stage2 from Raspberry Pi Pico SDK 2021-02-20 03:45:24 -08:00
Makefile arch: Makefile: Author Gregory Nutt: update licenses to Apache 2021-03-13 05:56:43 -08:00