mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
7e4decfacc
commit
a5664ba5c0
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user