mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
parent
8d43b67ca6
commit
f53e4ff8f5
@ -212,8 +212,9 @@ namespace Kernel
|
||||
/**
|
||||
* Enable kernel-entry assembly to get an exclusive stack at every processor
|
||||
*/
|
||||
char kernel_stack[PROCESSORS][Kernel::STACK_SIZE] __attribute__((aligned()));
|
||||
unsigned kernel_stack_size = Kernel::STACK_SIZE;
|
||||
char kernel_stack[PROCESSORS][Kernel::STACK_SIZE]
|
||||
__attribute__((aligned(16)));
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user