mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-13 00:09:54 +00:00
parent
8d43b67ca6
commit
f53e4ff8f5
@ -212,8 +212,9 @@ namespace Kernel
|
|||||||
/**
|
/**
|
||||||
* Enable kernel-entry assembly to get an exclusive stack at every processor
|
* 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;
|
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