bsps/amd64: increase CPU alignment to 16

AMD64 requires SSE support which operates on 128bit data values.
This commit is contained in:
Karel Gardas
2023-04-16 23:04:54 +02:00
parent 8804422a48
commit 1590df5f9a

View File

@@ -144,7 +144,7 @@ typedef struct {
#define CPU_PROVIDES_ISR_IS_IN_PROGRESS FALSE
#define CPU_STACK_MINIMUM_SIZE (1024*4)
#define CPU_SIZEOF_POINTER 8
#define CPU_ALIGNMENT 8
#define CPU_ALIGNMENT 16
#define CPU_HEAP_ALIGNMENT CPU_ALIGNMENT
#define CPU_STACK_ALIGNMENT 16
#define CPU_INTERRUPT_STACK_ALIGNMENT CPU_CACHE_LINE_BYTES