mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
arch/arm/rp23xx: add missing fpu init for smp cores
On SMP systems we should enable FPU on each core FPU extenstion support must be enabled on each core as stated on 4.6.5 arm m33 devices generic user guide Signed-off-by: Serg Podtynnyi <serg@podtynnyi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
7c203a96af
commit
e54d5fffd6
@@ -144,6 +144,8 @@ static void core1_boot(void)
|
||||
arm_initialize_stack();
|
||||
#endif
|
||||
|
||||
arm_fpuconfig();
|
||||
|
||||
fifo_drain();
|
||||
|
||||
/* Setup NVIC */
|
||||
|
||||
Reference in New Issue
Block a user