forked from Imagelibrary/rtems
bsps/amd64: increase CPU alignment to 16
AMD64 requires SSE support which operates on 128bit data values.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user