nuttx/arch/arm64
Masayuki Ishikawa a98650f609 arch: arm64: Remove unnecessary code in arm64_cpu_idle.S
Summary:
- I noticed that irq is enabled explicitly in arm64_cpu_idle.S
- The code is unnecessary since tasks, including the idle task,
  are created with irq enabled in up_initial_state()

Impact:
- Should be none

Testing:
- qemu-armv8a:netnsh_smp_hv with qemu-7.2.4

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-10-18 17:06:29 +08:00
..
include arm64: Add support for FIQ interrupts 2023-10-12 16:56:24 -04:00
src arch: arm64: Remove unnecessary code in arm64_cpu_idle.S 2023-10-18 17:06:29 +08:00
Kconfig arm64: Add support for FIQ interrupts 2023-10-12 16:56:24 -04:00