mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-14 16:26:30 +00:00
parent
f97c8cacde
commit
ae1e4918a7
@ -165,7 +165,8 @@ Cpu::Context & Cpu::handle_exception_and_schedule()
|
||||
addr_t Cpu::stack_start()
|
||||
{
|
||||
return Abi::stack_align(Hw::Mm::cpu_local_memory().base +
|
||||
(1024*1024*_id) + (64*1024));
|
||||
(Hw::Mm::CPU_LOCAL_MEMORY_SLOT_SIZE*_id)
|
||||
+ Hw::Mm::KERNEL_STACK_SIZE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user