Skip to content

Commit

Permalink
arch/intel64_cpustart.c add missing spinlock include
Browse files Browse the repository at this point in the history
fixes gcc 14 error:

chip/intel64_cpustart.c:88:3: error: implicit declaration of function ‘SP_DMB’ [-Wimplicit-function-declaration]
   88 |   SP_DMB();

Signed-off-by: p-szafonimateusz <[email protected]>
  • Loading branch information
szafonimateusz-mi authored and xianglyc committed Oct 11, 2024
1 parent 69f3774 commit a90c2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/src/intel64/intel64_cpustart.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

#include <arch/arch.h>
#include <arch/irq.h>
#include <arch/spinlock.h>
#include <nuttx/arch.h>
#include <nuttx/spinlock.h>

#include "sched/sched.h"
#include "init/init.h"
Expand Down

0 comments on commit a90c2eb

Please sign in to comment.