mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
bc24a21658
Instead of allocating and freeing the space that is needed for the kernel thread objects from core, wich is not convenient with the quota system, platform thread now holds the space as array by itself. Unfortunately we cannot measure the space size by a static function anymore, so kernel thread had to be moved from kernel.cc into its own header. This way platform thread can use sizeof(). Fix #543 |
||
---|---|---|
.. | ||
arm | ||
arm_v6 | ||
arm_v7 | ||
platform_imx31 | ||
platform_panda | ||
platform_pbxa9 | ||
platform_vea9x4 | ||
trustzone | ||
core_support.inc | ||
ipc.mk | ||
lock.mk | ||
pager.mk | ||
raw_ipc.mk | ||
raw_signal.mk | ||
signal.mk | ||
thread.mk | ||
vea9x4_core_support.mk | ||
vea9x4_platform_support.mk |