From 66e3faa71f057a94f2cdfc8858b239a0c47706f0 Mon Sep 17 00:00:00 2001 From: fangjianzhou <73834245+fangjianzhou@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:25:37 +0800 Subject: [PATCH] =?UTF-8?q?[libcpu]=20=E4=BF=AE=E5=A4=8D=E5=BD=93=E5=BC=80?= =?UTF-8?q?=E5=90=AF=20RT=5FUSING=5FSMP=20=EF=BC=8C=E5=B9=B6=E4=B8=94=20RT?= =?UTF-8?q?=5FCPUS=5FNR=20=3D=201=20=E6=97=B6=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcpu/aarch64/cortex-a/entry_point.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/aarch64/cortex-a/entry_point.S b/libcpu/aarch64/cortex-a/entry_point.S index d68f31a89b..087cac6e7a 100644 --- a/libcpu/aarch64/cortex-a/entry_point.S +++ b/libcpu/aarch64/cortex-a/entry_point.S @@ -325,8 +325,8 @@ enable_mmu_early: .cpus_stack: #if defined(RT_USING_SMP) && RT_CPUS_NR > 1 .space (ARCH_SECONDARY_CPU_STACK_SIZE * (RT_CPUS_NR - 1)) -.secondary_cpu_stack_top: #endif +.secondary_cpu_stack_top: .space ARCH_SECONDARY_CPU_STACK_SIZE .boot_cpu_stack_top: